Browse Source

项目管理菜单消息数量统计 - 增加查询条件:未读

dev
zhangyongzhangyong 6 years ago
parent
commit
8614366d85
  1. 1
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

1
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

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

Loading…
Cancel
Save