From 90adac8307b09c4eb25e0d6307a83d09c86f3d1d Mon Sep 17 00:00:00 2001 From: ck <851316342@qq.com> Date: Mon, 5 Apr 2021 20:46:32 +0800 Subject: [PATCH] up --- src/main/resources/mapper/ArticleMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/ArticleMapper.xml b/src/main/resources/mapper/ArticleMapper.xml index 0eeaa97..3515029 100644 --- a/src/main/resources/mapper/ArticleMapper.xml +++ b/src/main/resources/mapper/ArticleMapper.xml @@ -31,10 +31,10 @@ and ar.second_category = #{secondCategory} - and file_type = #{fileType} + and ar.file_type = #{fileType} - and state = #{state} + and ar.state = #{state}