Commit df97418f authored by 刘林's avatar 刘林

fix(jg):设计单位资料是否齐全缺失

parent 6033e0d4
......@@ -425,6 +425,7 @@ public class DataDockServiceImpl {
if (!ValidationUtil.isEmpty(designInfo)) {
designInfo.setRecord(record);
designInfo.setRecDate(new Date());
designInfo.setDesignIsComplete("2");
idxBizJgDesignInfoService.save(designInfo);
}
}
......@@ -982,7 +983,7 @@ public class DataDockServiceImpl {
}
}
if (equCodeList.contains(data.getEquCode())) {
rowError.append("设备代码不能重复;");
rowError.append("设备代码不能重复,").append(data.getEquCode());
}
this.checkEquCodeUniqueness(data.getEquCode(), rowError);
} else {
......
......@@ -4315,6 +4315,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
}
designInfo.setDesignDoc(designDoc);
designInfo.setDesignStandard(designStandard);
designInfo.setDesignIsComplete("2");
designInfo.setOtherAccessoriesDes(otherAccessoriesDes);
designInfoList.add(designInfo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment