wesmiler 2 лет назад
Родитель
Сommit
2a2b4aaa57
1 измененных файлов с 1 добавлено и 1 удалено
  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')