From c5c59397d4ae65fc21d40dcc8e34e62c02b40790 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 10 Feb 2025 11:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B8=96=E5=8D=8E=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E8=A6=81=E6=B1=82=E6=89=8B=E5=B7=A5=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E4=BA=BA=E4=BA=8B=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs index b335a3a7..be0f80f1 100644 --- a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs +++ b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs @@ -524,7 +524,7 @@ public class Ghrh_ResumeController : BaseController SyncToStaff(long id) => await _service.SyncToStaff(id); [HttpPost, Route("Shihua_OA")]