Browse Source

lib文件更新

hu 2 years ago
parent
commit
33acdd7f14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/custom/restcontroller/webmanage/saletool/notice/notice.java

+ 1 - 0
src/custom/restcontroller/webmanage/saletool/notice/notice.java

@@ -133,6 +133,7 @@ public class notice extends Controller {
                     where = where + " and (CASE WHEN  (SELECT COUNT(*) FROM sat_notice_read WHERE  siteid = t1.siteid AND sat_noticeid = t1.sat_noticeid)>0 THEN '已读' ELSE '未读' END)='未读'";
                 }
 
+
             }
 
         }