瀏覽代碼

lib文件更新

hu 2 年之前
父節點
當前提交
33acdd7f14
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)='未读'";
                 }
 
+
             }
 
         }