diff --git a/src/main/resources/mapper/ArticleMapper.xml b/src/main/resources/mapper/ArticleMapper.xml index 39d10ad..bcaeda3 100644 --- a/src/main/resources/mapper/ArticleMapper.xml +++ b/src/main/resources/mapper/ArticleMapper.xml @@ -84,6 +84,6 @@ and ar.second_category = #{secondCategory} - and state = 1 + and ar.state = 1 \ No newline at end of file