1
647556386
2026-01-28 59796d2683418d086e98ee46e0b9973baa907d0e
1
已修改1个文件
4 ■■■■ 文件已修改
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService.cs
@@ -393,7 +393,7 @@
                                _stockRepository.Db.Updateable<Dt_StockInfoDetail>().SetColumns(it => new Dt_StockInfoDetail
                                {
                                    Status = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt()
                                }).Where(it => it.StockId == stockInfo.Id).ExecuteCommand();
                                }).Where(it => it.OrderNo == inboundOrder.InboundOrderNo).ExecuteCommand();
                            }
                            else
                            {
@@ -460,7 +460,7 @@
                                _stockRepository.Db.Updateable<Dt_StockInfoDetail>().SetColumns(it => new Dt_StockInfoDetail
                                {
                                    Status = StockStatusEmun.鍏ュ簱瀹屾垚.ObjToInt()
                                }).Where(it => it.StockId == stockInfo.Id).ExecuteCommand();
                                }).Where(it => it.OrderNo == inboundOrder.InboundOrderNo).ExecuteCommand();
                            }
                            else
                            {