常熟吴彦祖 3 months ago
parent
commit
6d2d2344eb
  1. 1
      src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java

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

@ -1944,6 +1944,7 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService {
Pallet pallet = wcsIntegrationMapper.getPalletByCode(site, palletId); Pallet pallet = wcsIntegrationMapper.getPalletByCode(site, palletId);
if (pallet.getLocationCode()== null||pallet.getLocationCode().isEmpty()) { if (pallet.getLocationCode()== null||pallet.getLocationCode().isEmpty()) {
pallet.setLocationCode("Virtual_AS"); pallet.setLocationCode("Virtual_AS");
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Virtual_AS");
} }
} }
// 调用空托盘推送方法只推送托盘数据cargoInfos为null- rqrq // 调用空托盘推送方法只推送托盘数据cargoInfos为null- rqrq

Loading…
Cancel
Save