Commit 575eb816 by 陶光胜

通过手机号查询过滤运营人员

parent ad615ef2
......@@ -223,7 +223,7 @@
select
<include refid="Base_Column_List" />
from tab_sys_user
where status = 1
where status = 1 and login_type = 0
<if test="enterpriseId != null">
and enterprise_id = #{enterpriseId}
</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