From 6d2d2344eb3d27060b1aa88d804bc5fd200297d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Sat, 25 Oct 2025 16:02:20 +0800 Subject: [PATCH] gx --- .../service/impl/WcsIntegrationServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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