From f79b7fa3eb40d20b7544eff993e0ae5c63c66d09 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 29 Oct 2024 10:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=8B=9B?= =?UTF-8?q?=E8=81=98=E5=85=AC=E5=8F=B8=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Ghrh/Ghrh_ResumeController.cs | 5 ++--- Tiobon.Core.Api/Tiobon.Core.xml | 2 +- Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs | 11 ++++++++++- Tiobon.Core/Tiobon.Core.xml | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs index eadf8a14..915fda5b 100644 --- a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs +++ b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs @@ -147,11 +147,10 @@ public class Ghrh_ResumeController : BaseController /// - [HttpPost("QueryCompanyInfo/{companySpecCode}"), AllowAnonymous] - public async Task>> QueryCompanyInfo(string companySpecCode) + [HttpPost("QueryCompanyInfo/{companySpecCode}/{langId}"), AllowAnonymous] + public async Task>> QueryCompanyInfo(string companySpecCode, int langId) { return await _service.QueryCompanyInfo(companySpecCode); - } #endregion } \ No newline at end of file diff --git a/Tiobon.Core.Api/Tiobon.Core.xml b/Tiobon.Core.Api/Tiobon.Core.xml index 6ed7395f..fc44de74 100644 --- a/Tiobon.Core.Api/Tiobon.Core.xml +++ b/Tiobon.Core.Api/Tiobon.Core.xml @@ -1211,7 +1211,7 @@ - + 查询简历是否存在 diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs index 491d92f8..58683d66 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_ResumeServices.cs @@ -380,7 +380,16 @@ public class Ghrh_ResumeServices : BaseServices>.OprateSuccess("查询成功", dict); diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index 6ed7395f..fc44de74 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -1211,7 +1211,7 @@ - + 查询简历是否存在