1
This commit is contained in:
@@ -149,7 +149,7 @@ namespace Tnb.WarehouseMgr
|
||||
List<BasLocation> endLocations = await _wareHouseService.InStockStrategy(inStockStrategyInput);
|
||||
if (endLocations?.Count == 0)
|
||||
{
|
||||
throw new AppFriendlyException("没有可用的中储仓库位", 500);
|
||||
throw new AppFriendlyException("没有可用的库位", 500);
|
||||
}
|
||||
BasLocation endLocation = endLocations[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user