xieruidong 2 years ago
parent
commit
aa0c879098
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/controller/SiteMsg.php

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

@@ -54,7 +54,7 @@ class SiteMsg extends Backend
             list($where, $sort, $order, $offset, $limit) = $this->buildparams();
 
             $list = $this->model
-                    
+                    ->where('user_id',0)
                     ->where($where)
                     ->order($sort, $order)
                     ->paginate($limit);