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 @@ - + 查询简历是否存在