From 5a2067be143c77accf7bb87c5ea4ab537925ab5a Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 6 Dec 2024 20:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 25 -------------- .../ViewModels/Extend/CustomFieldView.cs | 34 ------------------- .../Ghrh/Ghrh_TemplateServices.cs | 6 ++-- Tiobon.Core/Tiobon.Core.Model.xml | 25 -------------- 4 files changed, 4 insertions(+), 86 deletions(-) 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 最后修改