From f02c90c892718ca5205f9ec0e587fc5bc0b1c5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B5=87=E6=96=87=E9=BE=99?= Date: Thu, 22 Aug 2024 14:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=80=E6=9D=A5=E5=8D=95=E4=BD=8D=E6=92=A4?= =?UTF-8?q?=E9=94=80=E5=AE=A1=E6=A0=B8bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DS.WMS.MainApi/Controllers/ClientInfoController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-wms-service/DS.WMS.MainApi/Controllers/ClientInfoController.cs b/ds-wms-service/DS.WMS.MainApi/Controllers/ClientInfoController.cs index bc3ce727..5904d2e9 100644 --- a/ds-wms-service/DS.WMS.MainApi/Controllers/ClientInfoController.cs +++ b/ds-wms-service/DS.WMS.MainApi/Controllers/ClientInfoController.cs @@ -65,7 +65,7 @@ public class ClientInfoController : ApiController if (!ModelState.IsValid) return DataResult.Failed(ModelState.GetErrorMessage()); - return await _invokeService.SubmitAuditAsync(idModel); + return await _invokeService.WithdrawAsync(idModel); } ///