漏改
This commit is contained in:
@@ -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】四楼包材库没有可用的托盘");
|
||||||
|
|||||||
Reference in New Issue
Block a user