From 29f20b28392d212c04c0c40a512894f8622cfa53 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 16 四月 2025 09:32:01 +0800
Subject: [PATCH] 合并

---
 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