From 685ba09f7d319da9aa8620e5304e97c67c7ef561 Mon Sep 17 00:00:00 2001 From: shahaibo <1023316923@qq.com> Date: Fri, 2 Aug 2024 12:13:32 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:=E8=BF=87=E6=BB=A4=E5=B7=B2=E5=BA=9F?= =?UTF-8?q?=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/secondary/AttributeRetrievalMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/secondary/AttributeRetrievalMapper.xml b/src/main/resources/mapper/secondary/AttributeRetrievalMapper.xml index ed6bc6a6..c8ac3ccf 100644 --- a/src/main/resources/mapper/secondary/AttributeRetrievalMapper.xml +++ b/src/main/resources/mapper/secondary/AttributeRetrievalMapper.xml @@ -33,7 +33,7 @@ AND style = #{style} - AND deprecated = 0 + AND deprecated != 1 ORDER BY @@ -51,7 +51,7 @@ AND style = #{style} - AND deprecated = 0 + AND deprecated != 1 ORDER BY @@ -78,7 +78,7 @@ AND style = #{style} - AND deprecated = 0 + AND deprecated != 1 ORDER BY