Commit c9507cb8 by guojuxing

账号分组添加组员修改:超级管理员不参与

parent d4005859
...@@ -322,6 +322,7 @@ ...@@ -322,6 +322,7 @@
where status = 1 where status = 1
and enterprise_id = #{enterpriseId} and enterprise_id = #{enterpriseId}
and login_type = 0 and login_type = 0
and super_admin != 1
<if test="search != null and search != '' "> <if test="search != null and search != '' ">
and ( user_name like concat('%', #{search}, '%') or phone_number like concat('%', #{search}, '%') ) and ( user_name like concat('%', #{search}, '%') or phone_number like concat('%', #{search}, '%') )
</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