Commit 69fd3e2f authored by chenhao's avatar chenhao

bug:4862

parent eb84867f
...@@ -1937,6 +1937,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1937,6 +1937,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD
} else if (LatentDangerBizTypeEnum.巡检.getCode().equals(bizType)) { } else if (LatentDangerBizTypeEnum.巡检.getCode().equals(bizType)) {
pageParam.put("dangerState", LatentDangerState.PatrolDangerStateEnum.待评审.getCode()); pageParam.put("dangerState", LatentDangerState.PatrolDangerStateEnum.待评审.getCode());
} }
pageParam.put("bizType", bizType);
} }
} }
// 获取隐患地点的子节点 // 获取隐患地点的子节点
...@@ -1984,6 +1985,8 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1984,6 +1985,8 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD
pageParam.put("bizOrgCode", person.get("bizOrgCode").toString().substring(0, 12)); pageParam.put("bizOrgCode", person.get("bizOrgCode").toString().substring(0, 12));
// 登录人为治理人 // 登录人为治理人
pageParam.put("governUserId", jcsUserId); pageParam.put("governUserId", jcsUserId);
pageParam.put("bizType", bizType);
} }
} }
// pageParam.put("bizType", bizType); // pageParam.put("bizType", bizType);
......
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