Commit ae98bbb7 authored by 盖献康's avatar 盖献康

修改 邀访信息增加时,人员是员工

parent 3c361f48
...@@ -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