|
@ -834,6 +834,7 @@ |
|
|
|
|
|
|
|
|
WHERE |
|
|
WHERE |
|
|
information.DEL_FLAG = '0' |
|
|
information.DEL_FLAG = '0' |
|
|
|
|
|
and information.READ_FLAG = '0' |
|
|
|
|
|
|
|
|
AND information.DEPT_ID IN |
|
|
AND information.DEPT_ID IN |
|
|
<foreach item="deptIdItem" collection="deptIdList" open="(" separator="," close=")"> |
|
|
<foreach item="deptIdItem" collection="deptIdList" open="(" separator="," close=")"> |
|
|