xieruidong 2 éve
szülő
commit
b9f60988fb
1 módosított fájl, 1 hozzáadás és 0 törlés
  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);