647556386
2026-01-28 35b6db110029996c93902cb6708f35d9ef21ff7f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -303,7 +303,7 @@
            stockInfo.StockStatus = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt();
            stockInfo.Details.ForEach(x =>
            {
                x.Status = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt();
                x.Status = StockStatusEmun.鍏ュ簱纭.ObjToInt();
            });
            _stockService.StockInfoService.Repository.UpdateData(stockInfo);
            _stockService.StockInfoDetailService.Repository.UpdateData(stockInfo.Details);