Commit d28b1d6c authored by 刘林's avatar 刘林

fix(jg):工程装置编号校验

parent de3c26c5
...@@ -1762,7 +1762,7 @@ public class DataDockServiceImpl { ...@@ -1762,7 +1762,7 @@ public class DataDockServiceImpl {
if (isGYGD) { if (isGYGD) {
haveUseRegistration = this.checkTheUnitRegManageAlreadyExists(paramsDto, haveUseRegistration); haveUseRegistration = this.checkTheUnitRegManageAlreadyExists(paramsDto, haveUseRegistration);
} }
this.checkTheUnitProConMatching(paramsDto); idxBizJgProjectContraptionServiceImpl.checkTheUnitProConMatching(paramsDto);
this.checkTheUnitProConAlreadyExists(paramsDto); this.checkTheUnitProConAlreadyExists(paramsDto);
// 生成工程装置表信息 // 生成工程装置表信息
IdxBizJgProjectContraption proCon = this.saveProjectContraption(paramsDto); IdxBizJgProjectContraption proCon = this.saveProjectContraption(paramsDto);
......
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