From 62e862abeebe38b610ab9cba583f52f4b0db51b6 Mon Sep 17 00:00:00 2001 From: Yiru Date: Thu, 13 Feb 2025 21:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=95=B0=E5=B8=B8=E5=B7=A5?= =?UTF-8?q?=E6=99=82=E7=84=A1=E6=B3=95=E5=88=AA=E9=99=A4=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Controllers/WHSController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMESCoreStudio.Web/Controllers/WHSController.cs b/AMESCoreStudio.Web/Controllers/WHSController.cs index 0e03adfe..f65c7162 100644 --- a/AMESCoreStudio.Web/Controllers/WHSController.cs +++ b/AMESCoreStudio.Web/Controllers/WHSController.cs @@ -1276,7 +1276,7 @@ namespace AMESCoreStudio.Web.Controllers } public async Task WHS009DAsync(int id) { - var result = await _whsApi.DeleteSupportUser(id); + var result = await _whsApi.DeleteExceptionWorktime(id); return Json(new Result() { success = true, msg = "" }); } [HttpPost]