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);