diff --git a/models/ArticleSearch.php b/models/ArticleSearch.php index 6df673e..ce1948c 100755 --- a/models/ArticleSearch.php +++ b/models/ArticleSearch.php @@ -115,7 +115,7 @@ $query->andFilterWhere( [ 'blog_article.id' => $this->id, - 'status' => $this->status, + 'blog_article.status' => $this->status, 'author_id' => $this->author_id, ] ); -- libgit2 0.21.4