Browse Source

解决bug : 工作端,首页,消息通知中没有消息或消息已经全部查看后,不应该显示小红点

dev
zhangyongzhangyong 6 years ago
parent
commit
5f326763fa
  1. 2
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemInformationDao.xml

2
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemInformationDao.xml

@ -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

Loading…
Cancel
Save