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