Commit 1826420c authored by tianbo's avatar tianbo

隐患数据权限修改

parent 707d52a5
...@@ -1919,6 +1919,8 @@ public class LatentDangerServiceImpl extends BaseService<LatentDangerBo, LatentD ...@@ -1919,6 +1919,8 @@ 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, 6));
// 登录人为治理人
pageParam.put("governUserId", jcsUserId);
} }
} }
......
...@@ -1017,12 +1017,6 @@ ...@@ -1017,12 +1017,6 @@
<if test="key == 'endDeadline' and value != null and value != ''"> <if test="key == 'endDeadline' and value != null and value != ''">
and a.reform_limit_date <![CDATA[ <= ]]> #{value} and a.reform_limit_date <![CDATA[ <= ]]> #{value}
</if> </if>
<if test="key == 'leadPeopleId' and value != null and value != ''">
and ( 1=1 or a.biz_info->'$.leadPeopleId' = #{value})
</if>
<if test="key == 'reformLeaderId' and value != null and value != ''">
and ( 1=1 or a.reform_json->'$.reformLeaderId' = #{value})
</if>
</foreach> </foreach>
</where> </where>
<if test="paramMap.order != null and paramMap.order == 1"> <if test="paramMap.order != null and paramMap.order == 1">
......
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