Browse Source

feature 通知公告增加查询条件

xiahan 2 months ago
parent
commit
6ce6ccdc92

+ 1 - 0
zhsw-wechat-common/src/main/resources/mybatis/zhsw/SwNotificationAnnouncementDao.xml

@@ -22,6 +22,7 @@
         <where>
             DELETED='0'
             AND NOTICESTATUS='2'
+            and NOTICETYPE='2'
             and (NOTICEDEADLINE IS NULL
             OR CURDATE()  <![CDATA[ < ]]> DATE(NOTICEDEADLINE)
             )