Commit 575eb816 by 陶光胜

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

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