From 4195e511b5862d90ae64ee895f69c7ee0968dd6e 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: Sun, 2 Nov 2025 15:20:54 +0800 Subject: [PATCH] 1 --- .../service/impl/WcsIntegrationServiceImpl.java | 2 +- .../mapper/automatedWarehouse/WcsIntegrationMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 3f44ff3..7dd3bc7 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 @@ -1981,7 +1981,7 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { if (currentStation == null) { throw new RuntimeException("无法获取栈板当前所在站点"); } - int ifZuPan = wcsIntegrationMapper.countPalletDetailWithWcsFlagOne(site,palletId); + int ifZuPan = wcsIntegrationMapper.countPalletDetailWithWcsFlagOne(site,palletId); if(ifZuPan>0){ throw new RuntimeException("栈板还有未提交的分拣数据,清先提交分拣!"); diff --git a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml index 1351a99..d8a1b4f 100644 --- a/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml +++ b/src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml @@ -1351,7 +1351,7 @@