mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-22 18:18:11 +08:00
fix: sql error
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</include>
|
||||
|
||||
<if test="dataPermission != null and dataPermission.deptIds.size() > 0">
|
||||
and sou.dept_id in
|
||||
and sys_organization_user.dept_id in
|
||||
<foreach collection="dataPermission.deptIds" item="deptId" open="(" close=")" separator=",">
|
||||
#{deptId}
|
||||
</foreach>
|
||||
|
||||
Reference in New Issue
Block a user