This commit is contained in:
2024-07-25 17:06:47 +08:00
parent f814583a0e
commit 57d6fe82d8

View File

@@ -101,7 +101,7 @@ namespace Tnb.WarehouseMgr
{ {
warehouse_id = WmsWareHouseConst.WAREHOUSE_BCK_ID warehouse_id = WmsWareHouseConst.WAREHOUSE_BCK_ID
}; };
List<WmsCarryH> carrys = await _wareHouseService.OutStockStrategyYCL(outStockStrategyInput); List<WmsCarryH> carrys = await _wareHouseService.OutStockStrategy(outStockStrategyInput);
if (carrys.Count == 0) if (carrys.Count == 0)
{ {
throw new Exception("【WmsPackOutstockService-Distribute】四楼包材库没有可用的托盘"); throw new Exception("【WmsPackOutstockService-Distribute】四楼包材库没有可用的托盘");