Browse Source

lib文件更新

hu 2 năm trước cách đây
mục cha
commit
33acdd7f14

+ 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)='未读'";
                 }
 
+
             }
 
         }