This commit is contained in:
2024-07-17 14:58:35 +08:00
parent 03775c8a12
commit b6d3588335
3 changed files with 16 additions and 5 deletions

View File

@@ -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];