Commit acb1a6ff authored by litengwei's avatar litengwei

安装告知代码优化

parent 7ee65387
...@@ -621,11 +621,11 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -621,11 +621,11 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
jgInstallationNotice.setSupervisoryCode(mapCode.get("superviseCode").toString()); jgInstallationNotice.setSupervisoryCode(mapCode.get("superviseCode").toString());
tzsJgOtherInfoMapper.updateById(tzsJgOtherInfo); tzsJgOtherInfoMapper.updateById(tzsJgOtherInfo);
tzsJgRegistrationInfoMapper.updateById(tzsJgRegistrationInfo); tzsJgRegistrationInfoMapper.updateById(tzsJgRegistrationInfo);
jgInstallationNoticeMapper.updateById(jgInstallationNotice);
} else { } else {
jgInstallationNotice.setNoticeStatus(String.valueOf(FlowStatusEnum.TO_BE_SUBMITTED.getCode())); jgInstallationNotice.setNoticeStatus(String.valueOf(FlowStatusEnum.TO_BE_SUBMITTED.getCode()));
jgInstallationNotice.setStatus(String.valueOf(FlowStatusEnum.REJECTED.getCode())); jgInstallationNotice.setStatus(String.valueOf(FlowStatusEnum.REJECTED.getCode()));
} }
jgInstallationNoticeMapper.updateById(jgInstallationNotice);
} }
// // 组装监管码 // // 组装监管码
......
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