Commit 8fda3abf authored by 朱晨阳's avatar 朱晨阳

添加过滤条件

parent f32380a7
......@@ -141,6 +141,7 @@ from privilege_company where IS_DELETED=0 and AGENCY_CODE='JXIOP'
<select id="getUserListPauCount" resultType="integer">
select count(*) from privilege_agency_user
<where>
IS_DELETED != 1
<if test="phone != null and phone !=''">
and MOBILE = #{phone}
</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