|
@ -22,8 +22,7 @@ |
|
|
customer_staff_department |
|
|
customer_staff_department |
|
|
WHERE |
|
|
WHERE |
|
|
del_flag = '0' |
|
|
del_flag = '0' |
|
|
AND |
|
|
<foreach item="departmentId" collection="deptIdList" open="AND (" separator="or" close=")"> |
|
|
<foreach item="departmentId" collection="deptIdList" open="(" separator="or" close=")"> |
|
|
|
|
|
department_id = #{departmentId} |
|
|
department_id = #{departmentId} |
|
|
</foreach> |
|
|
</foreach> |
|
|
</select> |
|
|
</select> |
|
|