|
@ -45,7 +45,7 @@ |
|
|
<update id="updateInformationReadFlag"> |
|
|
<update id="updateInformationReadFlag"> |
|
|
UPDATE epdc_item_information SET READ_FLAG = '1' WHERE |
|
|
UPDATE epdc_item_information SET READ_FLAG = '1' WHERE |
|
|
DEL_FLAG = '0' |
|
|
DEL_FLAG = '0' |
|
|
<if test="deptId != null"> |
|
|
<if test="deptId != null and deptId > 0"> |
|
|
AND DEPT_ID = #{deptId} |
|
|
AND DEPT_ID = #{deptId} |
|
|
</if> |
|
|
</if> |
|
|
AND DEPT_ID IN |
|
|
AND DEPT_ID IN |
|
|