Browse Source

标签call料

master
常熟吴彦祖 2 months ago
parent
commit
07503ce514
  1. 2
      src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java
  2. 1
      src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

2
src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java

@ -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");
}
// 获取栈板当前所在站点

1
src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

@ -41,7 +41,6 @@
AND (c.calling_flag IS NULL OR c.calling_flag != 'Y')
AND a.site = #{site}
AND (b.reserve_flag IS NULL OR b.reserve_flag != 'Y')
AND b.in_stock_flag = 'Y'
AND c.wcs_location IS NOT NULL
<if test="warehouseId != null and warehouseId != ''">
AND b.warehouse_id = #{warehouseId}

Loading…
Cancel
Save