From 1263f825041e2258290e73d578e49b06d7bfe7cd Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期三, 09 四月 2025 16:36:05 +0800
Subject: [PATCH] 1

---
 CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MOMErrorMessageController.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MOMErrorMessageController.cs b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MOMErrorMessageController.cs
index d57d09a..a6c9347 100644
--- a/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MOMErrorMessageController.cs
+++ b/CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/MOMErrorMessageController.cs
@@ -11,12 +11,4 @@
     public MOMErrorMessageController(IMOMErrorMessageService service) : base(service)
     {
     }
-    [HttpPost, AllowAnonymous, Route("x")]
-    public WebResponseContent x()
-    {
-        var x= SqlSugarHelper.DbWCS.Updateable<dt_needBarcode>()
-                    .SetColumns(x => x.inLineNum == x.inLineNum + 1)
-                    .Where(x => x.id == 10).ExecuteCommandHasChange();
-        return  WebResponseContent.Instance.OK(data:x);
-    }
 }
\ No newline at end of file

--
Gitblit v1.9.3