15313670163 1 개월 전
부모
커밋
da1fca3506
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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';