Commit 5c424a89 authored by huyuchen's avatar huyuchen

huych-户配置日志提交

parent ca07c0fb
......@@ -495,6 +495,8 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
}
if (isEdit) {
List<SysHouseHoldInfoFailRes> resList = hold.getResList();
holdInfo.setResList(sysHouseHoldInfoFailResService.list(Wrappers.<SysHouseHoldInfoFailRes>query()
.lambda().eq(SysHouseHoldInfoFailRes::getId, hold.getId())));
if (Common.isNotNull(resList) && !resList.isEmpty()) {
R<Boolean> failed = judgeHuAndResStatus(hold, resList);
if (failed != null) { return failed;}
......@@ -515,7 +517,6 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
holdInfo.setAtta(hold.getAtta());
holdInfo.setHandleUserDeptName(hold.getHandleUserDeptName());
holdInfo.setTempAttas(hold.getTempAttas());
holdInfo.setResList(hold.getResList());
holdInfo.setAuditUser(hold.getAuditUser());
holdInfo.setHandleUser(hold.getHandleUser());
holdInfo.setAreaCode(hold.getAreaCode());
......
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