Commit b9505dc1 authored by mx's avatar mx

Merge remote-tracking branch 'origin/dev' into dev

parents 11a07ccb 1ea55de8
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
</select> </select>
<select id="getUserList" resultMap="BaseResultMap"> <select id="getUserList" resultMap="BaseResultMap">
select * from sys_user where del_flag = '0' and user_type = '0' select * from sys_user where del_flag = '0' and user_type = '0' and `identity` = '1'
</select> </select>
<select id="getUserById" resultMap="BaseResultMap"> <select id="getUserById" resultMap="BaseResultMap">
......
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