From 6377d50f7c895e2635ad997d8f40cf6e46337300 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Sun, 15 Dec 2024 16:38:41 +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 | 15 +++++++++++++++ .../ViewModels/Extend/ResumeViewTab.cs | 5 +++++ Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs | 8 ++++++++ Tiobon.Core/Tiobon.Core.Model.xml | 15 +++++++++++++++ 4 files changed, 43 insertions(+) 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文件路径 + + 留言信息展示类