2.预配盘垛位增加层数信息,增加预配盘位置首次摆放时确定船号、批量、分段,二次摆放时时提醒位置
@ -20,4 +20,10 @@ public class DmDwxxp implements Serializable {
@MppMultiId
private String qy;//区域
private String dcCh;
private String dcPl;
private String dcFd;
}
@ -29,7 +29,7 @@ public class DmDwxxpController {
}catch (Exception e){
throw new RuntimeException("同一个区域存在相同垛位号,禁止保存");
if (map.get("remove").size()>0){
if (map.get("remove")!=null&& !map.get("remove").isEmpty()){
map.get("remove").forEach(dwxxpService::deleteByMultiId);