Commit 58ac8ab7 authored by 耿迪迪's avatar 耿迪迪

安检人员分组安检人员查询修改

parent 1fba2d10
......@@ -106,7 +106,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
dept.dept_name as deptName
FROM
sys_user su
LEFT JOIN t_group_member_info member ON member.user_id = su.user_id
LEFT JOIN sys_dept dept ON dept.dept_id = su.dept_id
<where>
<!--<if test="groupId != null">
......
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