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