部门问题修改2

This commit is contained in:
TL
2025-07-22 11:37:31 +08:00
parent a4658114ce
commit 16ff5ace6a

View File

@ -596,6 +596,9 @@
<if test="categoryId != null and categoryId != ''">
and cc.id = #{categoryId}
</if>
<if test="orgId != null and orgId != ''">
and cas.org_id = #{orgId}
</if>
<if test="deptId != null and deptId != ''">
and cas.dept_id = #{deptId}
</if>