From e07b3e47d8c09ff412fc993a619d772fcc2e9c58 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: Thu, 4 Dec 2025 08:53:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BD=90=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/WcsIntegrationServiceImpl.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 0519684..12c6fd3 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 @@ -1691,11 +1691,11 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { throw new RuntimeException("托盘正在被调用中,无法移出站点"); } - // 检查是否可操作(必须是正式站点)- rqrq - if (!"Y".equals(palletInfo.getCanOperate())&&"N".equals(palletInfo.getIsEmpty())) { - - throw new RuntimeException("当前站点位置不可变更"); - } + // // 检查是否可操作(必须是正式站点)- rqrq 现在不需要了 + // if (!"Y".equals(palletInfo.getCanOperate())&&"N".equals(palletInfo.getIsEmpty())) { + // + // throw new RuntimeException("当前站点位置不可变更"); + // } // 更新托盘location_code为null - rqrq wcsIntegrationMapper.updatePalletRemoveStation(site, palletId);