Commit 176f8893 authored by tangwei's avatar tangwei

修改bug

parent c14677ed
...@@ -1981,7 +1981,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1981,7 +1981,7 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD
// 登录人为整改责任人 // 登录人为整改责任人
pageParam.put("reformLeaderId", jcsUserId); pageParam.put("reformLeaderId", jcsUserId);
// 登录人单位 // 登录人单位
pageParam.put("bizOrgCode", person.get("bizOrgCode").toString().substring(0, 6)); pageParam.put("bizOrgCode", person.get("bizOrgCode").toString().substring(0, 12));
// 登录人为治理人 // 登录人为治理人
pageParam.put("governUserId", jcsUserId); pageParam.put("governUserId", jcsUserId);
} }
......
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