فهرست منبع

feature 通知公告增加查询条件

xiahan 2 ماه پیش
والد
کامیت
6ce6ccdc92
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zhsw-wechat-common/src/main/resources/mybatis/zhsw/SwNotificationAnnouncementDao.xml

+ 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)
             )