1.修复图片不显示的bug

2.预配盘垛位增加层数信息,增加预配盘位置首次摆放时确定船号、批量、分段,二次摆放时时提醒位置
master
董哲奇 7 months ago
parent 938064a263
commit b7f5039940

@ -20,4 +20,10 @@ public class DmDwxxp implements Serializable {
@MppMultiId @MppMultiId
private String qy;//区域 private String qy;//区域
private String dcCh;
private String dcPl;
private String dcFd;
} }

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

Loading…
Cancel
Save