15313670163 há 4 meses atrás
pai
commit
1b0df3a9f0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -273,7 +273,7 @@ class NewsService implements NewsServiceInterface
     {
         $where = [
             'article.id'=>$data['id'],
-            'article.status'=>1
+            // 'article.status'=>1
         ];
         $result = Article::where($where)->leftJoin("article_data","article.id","article_data.article_id")->first();
         if(empty($result)){