fix: sql error

This commit is contained in:
WangXu10
2025-03-14 18:02:47 +08:00
committed by Craftsman
parent f37016ca1a
commit 900b0cf0df

View File

@@ -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>