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