xieruidong 2 years ago
parent
commit
b9f60988fb
1 changed files with 1 additions and 0 deletions
  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);