diff --git a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java b/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java index d1c5f6d..e805e74 100644 --- a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java +++ b/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); if (pallet.getLocationCode()== null||pallet.getLocationCode().isEmpty()) { pallet.setLocationCode("Virtual_AS"); + wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Virtual_AS"); } } // 调用空托盘推送方法(只推送托盘数据,cargoInfos为null)- rqrq