Commit 5e756ef4 authored by 张森's avatar 张森

26852 【中心级】一张图大屏>消防资源监盘,查看人员无证的预警详情,再次点击人员姓名跳转人员信息卡,工作记录页签下的消防记录查询接口报错

parent 4cb109fd
......@@ -438,7 +438,7 @@
FROM
`p_check` `a`
<trim prefix="WHERE" prefixOverrides="AND ">
<if test="userId!=null and userId!=''">and a.user_id = #{userId}</if>
<if test="userId!=null and userId!=''">and find_in_set(#{userId}, a.user_id) > 0</if>
<if test="bizOrgCode != null and bizOrgCode != ''">
and a.org_code LIKE CONCAT(#{bizOrgCode},'%')
</if>
......
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