Commit e122978d by 徐高华

Merge branch 'feature/xgh/202506迭代' into 'developer'

群加gic企业id参数

See merge request !3007
parents 9f6a40a6 da250129
......@@ -55,7 +55,7 @@
b.wx_user_id wxUserId , b.wx_open_user_id wxOpenUserId
FROM tab_haoban_group_chat_owner a LEFT JOIN tab_haoban_staff b ON a.`staff_id` = b.`staff_id`
<if test="null != paramsEnterpriseId and ''!=paramsEnterpriseId ">
left join tab_haoban_staff_enterprise_related d on a.staff_id = d.staff_id and d.status_flag = 1
left join tab_haoban_staff_clerk_relation d on a.staff_id = d.staff_id and d.status_flag = 1
</if>
<if test="departmentIdList != null and departmentIdList.size() > 0">
left join tab_haoban_staff_department_related c on a.staff_id = c.staff_id and c.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