|
|
@ -29,7 +29,7 @@ public class DmDwxxpController {
|
|
|
|
}catch (Exception e){
|
|
|
|
}catch (Exception e){
|
|
|
|
throw new RuntimeException("同一个区域存在相同垛位号,禁止保存");
|
|
|
|
throw new RuntimeException("同一个区域存在相同垛位号,禁止保存");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (map.get("remove").size()>0){
|
|
|
|
if (map.get("remove")!=null&& !map.get("remove").isEmpty()){
|
|
|
|
map.get("remove").forEach(dwxxpService::deleteByMultiId);
|
|
|
|
map.get("remove").forEach(dwxxpService::deleteByMultiId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|