Commit edd343b1 authored by tangwei's avatar tangwei

修改bug

parent beb9c1f5
...@@ -1985,8 +1985,10 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1985,8 +1985,10 @@ 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);
//暂时注释掉,web巡查隐患查不出
//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