部门问题修改2
This commit is contained in:
@ -596,6 +596,9 @@
|
|||||||
<if test="categoryId != null and categoryId != ''">
|
<if test="categoryId != null and categoryId != ''">
|
||||||
and cc.id = #{categoryId}
|
and cc.id = #{categoryId}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="orgId != null and orgId != ''">
|
||||||
|
and cas.org_id = #{orgId}
|
||||||
|
</if>
|
||||||
<if test="deptId != null and deptId != ''">
|
<if test="deptId != null and deptId != ''">
|
||||||
and cas.dept_id = #{deptId}
|
and cas.dept_id = #{deptId}
|
||||||
</if>
|
</if>
|
||||||
|
Reference in New Issue
Block a user