From afcb50d3bf594eb4bff0f685bc29b2fe1162a0d9 Mon Sep 17 00:00:00 2001 From: ck <851316342@qq.com> Date: Mon, 5 Apr 2021 15:18:30 +0800 Subject: [PATCH] UP --- src/main/resources/mapper/ArticleMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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