15313670163 1 mese fa
parent
commit
da1fca3506
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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';