wesmiler 2 lat temu
rodzic
commit
2a2b4aaa57
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Api/MessageService.php

+ 1 - 1
app/Services/Api/MessageService.php

@@ -159,7 +159,7 @@ class MessageService extends BaseService
             $types = [1,2,3,4,5];
         }
 
-        $field = ['title','type','to_uid','description','is_read','create_time'];
+        $field = ['type','to_uid','description','is_read','create_time'];
         $datas = $this->model->where(['to_uid'=> $userId,'status'=>1,'mark'=>1])
             ->whereIn('type', $types)
             ->groupBy('type')