diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml
index 6fe825a2..0ff0632c 100644
--- a/Tiobon.Core.Api/Tiobon.Core.Model.xml
+++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml
@@ -28005,31 +28005,6 @@
入职日期
-
-
- 姓名
-
-
-
-
- 岗位
-
-
-
-
- 汇报对象
-
-
-
-
- 薪资
-
-
-
-
- 入职日期
-
-
修改信息 黄一名 于 2024-05-10 15:02 最后修改
diff --git a/Tiobon.Core.Model/ViewModels/Extend/CustomFieldView.cs b/Tiobon.Core.Model/ViewModels/Extend/CustomFieldView.cs
index 99efad02..dfbbaff3 100644
--- a/Tiobon.Core.Model/ViewModels/Extend/CustomFieldView.cs
+++ b/Tiobon.Core.Model/ViewModels/Extend/CustomFieldView.cs
@@ -78,38 +78,4 @@ public class OfferTemplate
[Description("入职日期")]
public string InDate { get; set; }
-}
-
-public class OfferTemplate1
-{
- ///
- /// 姓名
- ///
- [Description("姓名")]
- public string StaffName { get; set; }
-
- ///
- /// 岗位
- ///
- [Description("岗位")]
- public string TitleName { get; set; }
-
- ///
- /// 汇报对象
- ///
- [Description("汇报对象")]
- public string ReportName { get; set; }
-
- ///
- /// 薪资
- ///
- [Description("薪资")]
- public string Salary { get; set; }
-
- ///
- /// 入职日期
- ///
- [Description("入职日期")]
- public string InDate { get; set; }
-
}
\ No newline at end of file
diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_TemplateServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_TemplateServices.cs
index ec5be220..0d1cfbf8 100644
--- a/Tiobon.Core.Services/Ghrh/Ghrh_TemplateServices.cs
+++ b/Tiobon.Core.Services/Ghrh/Ghrh_TemplateServices.cs
@@ -48,7 +48,7 @@ public class Ghrh_TemplateServices : BaseServices()
{
new CustomFieldView { GroupName = "中文", Fields = StringHelper.GetFieldDesc().Select(o => new ModelTagView2Item { Name=o.Key,Code=o.Key}).ToList() },
- new CustomFieldView { GroupName = "英文", Fields = StringHelper.GetFieldDesc().Select(o => new ModelTagView2Item { Name=o.Value+"_EN",Code=o.Value+"_EN"}).ToList() },
+ new CustomFieldView { GroupName = "英文", Fields = StringHelper.GetFieldDesc().Select(o => new ModelTagView2Item { Name=o.Value+"_EN",Code=o.Value+"_EN"}).ToList() },
};
return await Task.FromResult(ServiceResult>.OprateSuccess("查询成功!", list));
}
@@ -70,7 +70,9 @@ public class Ghrh_TemplateServices : BaseServices().Where(x => x.ResumeId == resumeId).OrderByDescending(x => x.ApplyTime).SingleAsync();
if (offerApplyOrder != null)
diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml
index 6fe825a2..0ff0632c 100644
--- a/Tiobon.Core/Tiobon.Core.Model.xml
+++ b/Tiobon.Core/Tiobon.Core.Model.xml
@@ -28005,31 +28005,6 @@
入职日期
-
-
- 姓名
-
-
-
-
- 岗位
-
-
-
-
- 汇报对象
-
-
-
-
- 薪资
-
-
-
-
- 入职日期
-
-
修改信息 黄一名 于 2024-05-10 15:02 最后修改