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);