diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 946c3076..9580e259 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -27567,6 +27567,11 @@ 面试时间 + + + 面试地点 + + 面试记录(Dto.View1) @@ -27877,6 +27882,11 @@ 面试环节 + + + 面试地点 + + 教育背景(Dto.View1) @@ -29462,6 +29472,11 @@ 附件 + + + Offer文件路径 + + 留言信息展示类 diff --git a/Tiobon.Core.Model/ViewModels/Extend/ResumeViewTab.cs b/Tiobon.Core.Model/ViewModels/Extend/ResumeViewTab.cs index 81ebb658..033776fb 100644 --- a/Tiobon.Core.Model/ViewModels/Extend/ResumeViewTab.cs +++ b/Tiobon.Core.Model/ViewModels/Extend/ResumeViewTab.cs @@ -379,4 +379,9 @@ public class ResumeLogItem /// 附件 /// public List Attachments { get; set; } + + /// + /// Offer文件路径 + /// + public string OfferFileUrl { get; set; } } \ No newline at end of file diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs index e28a6486..8594533c 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs @@ -3627,6 +3627,14 @@ WHERE A.IsEnable = 1 AND C.IsEnable = 1 AND C.Status = A.Status"; } break; + case "SendOffer": + if (interviewLog.Reverse1.IsNotEmptyOrNull()) + item.OfferFileUrl = interviewLog.Reverse1; + break; + //case "AssessInterview": + // if (interviewLog.Reverse1.IsNotEmptyOrNull()) + // item.OfferFileUrl = interviewLog.Reverse1; + // break; default: break; } diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 946c3076..9580e259 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -27567,6 +27567,11 @@ 面试时间 + + + 面试地点 + + 面试记录(Dto.View1) @@ -27877,6 +27882,11 @@ 面试环节 + + + 面试地点 + + 教育背景(Dto.View1) @@ -29462,6 +29472,11 @@ 附件 + + + Offer文件路径 + + 留言信息展示类