xieruidong 2 лет назад
Родитель
Сommit
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);