diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 963cf0d2..36122927 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -8645,11 +8645,6 @@ 直间接 - - - 面试结果 - - 不合适原因 @@ -22456,11 +22451,6 @@ 直间接 - - - 面试结果 - - 不合适原因 diff --git a/Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs index 5a466ac4..f85eb7a1 100644 --- a/Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghrh/Ghrh_Resume.Dto.Base.cs @@ -348,10 +348,10 @@ public class Ghrh_ResumeBase [Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] public string StaffType1 { get; set; } - /// - /// 面试结果 - /// - public bool? InterviewResult { get; set; } + ///// + ///// 面试结果 + ///// + //public bool? InterviewResult { get; set; } /// /// 不合适原因 diff --git a/Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs b/Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs index 2b75cb92..cbc3eddd 100644 --- a/Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs +++ b/Tiobon.Core.Model/Models/Ghrh/Ghrh_Resume.cs @@ -349,10 +349,10 @@ public class Ghrh_Resume : BasePoco [Display(Name = "StaffType1"), Description("直间接"), MaxLength(32, ErrorMessage = "直间接 不能超过 32 个字符")] public string StaffType1 { get; set; } - /// - /// 面试结果 - /// - public bool? InterviewResult { get; set; } + ///// + ///// 面试结果 + ///// + //public bool? InterviewResult { get; set; } /// /// 不合适原因 diff --git a/Tiobon.Core.Services/BASE/BaseServices.cs b/Tiobon.Core.Services/BASE/BaseServices.cs index 7766e25b..bdf2ca31 100644 --- a/Tiobon.Core.Services/BASE/BaseServices.cs +++ b/Tiobon.Core.Services/BASE/BaseServices.cs @@ -809,7 +809,12 @@ public class BaseServices : IBaseServ body.exportSet.ExFields.ForEach(x => { if (columns.Any(o => o.field == x)) - fieldDescs.Add(x, columns.FirstOrDefault(o => o.field == x)?.label); + { + var label = columns.FirstOrDefault(o => o.field == x)?.label; + if (!fieldDescs.ContainsKey(x)) + fieldDescs.Add(x, label); + + } }); else fieldDescs = columns.ToDictionary(item => item.field, item => item.label); @@ -930,7 +935,16 @@ public class BaseServices : IBaseServ } } object[] array = tempList.ToArray(); - result.LoadDataRow(array, true); + + try + { + result.LoadDataRow(array, true); + } + catch (Exception E) + { + + } + } } return result; diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 963cf0d2..36122927 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -8645,11 +8645,6 @@ 直间接 - - - 面试结果 - - 不合适原因 @@ -22456,11 +22451,6 @@ 直间接 - - - 面试结果 - - 不合适原因