Commit 296e0795 authored by 李秀明's avatar 李秀明

fix(jcs): 驻站消防员状态筛选之后的筛选数据条数总数错误

parent 4407faea
...@@ -91,6 +91,9 @@ ...@@ -91,6 +91,9 @@
#{item} #{item}
</foreach> </foreach>
</if> </if>
<if test="map.personStatus != null and map.personStatus != ''">
AND u.person_status = #{map.personStatus}
</if>
GROUP BY GROUP BY
u.sequence_nbr , u.sequence_nbr ,
u.biz_org_name , u.biz_org_name ,
......
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