15313670163 il y a 1 mois
Parent
commit
da1fca3506
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/JsonRpc/NewsService.php

+ 0 - 1
app/JsonRpc/NewsService.php

@@ -334,7 +334,6 @@ class NewsService implements NewsServiceInterface
                     2 => '5',
                     3 => '0',
                 ];
-                
                 $result = Article::where($where)->whereIn('level',$level)->orderBy("updated_at","desc")->limit($data['pagesize'])->get();
             }elseif($data['level']==2){
                 $level='2';