Commit b2cdee86 by 徐高华

通讯录列表

parent 7fd3ace1
......@@ -280,8 +280,7 @@
<select id="pageStaff" resultMap="BaseResultMap">
select
a.*,
b.department_id departmentIds
a.*
from tab_haoban_staff a
<if test="departmentIds != null and departmentIds.size() > 0">
left join tab_haoban_staff_department_related b on a.staff_id = b.staff_id and b.status_flag = 1
......
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