|
|
|
@ -440,7 +440,7 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
|
String labelWarehouseId = (String) labelInfo.get("warehouseId"); |
|
|
|
String labelLocationId = (String) labelInfo.get("locationId"); |
|
|
|
if (!"Y".equals(inStockFlag)) { |
|
|
|
throw new Exception("标签不在库状态"); |
|
|
|
throw new Exception("标签不在库状态:in_stock_flag不为Y"); |
|
|
|
} |
|
|
|
|
|
|
|
// 获取栈板当前所在站点 |
|
|
|
|