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); } }