xieruidong 2 년 전
부모
커밋
b9f60988fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/admin/controller/SiteMsg.php

+ 1 - 0
application/admin/controller/SiteMsg.php

@@ -55,6 +55,7 @@ class SiteMsg extends Backend
 
             $list = $this->model
                     ->where('user_id',0)
+                    ->whereNull('msg_type')
                     ->where($where)
                     ->order($sort, $order)
                     ->paginate($limit);