@@ -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)){