Browse Source

齐套

master
常熟吴彦祖 3 months ago
parent
commit
e07b3e47d8
  1. 10
      src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java

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

Loading…
Cancel
Save