15313670163 1 mēnesi atpakaļ
vecāks
revīzija
da1fca3506
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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';