From e0332b9ddfb5bc31c1478391070b8ba4a577e9ae Mon Sep 17 00:00:00 2001
From: shahaibo <1023316923@qq.com>
Date: Fri, 2 Aug 2024 12:21:30 +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 c8ac3ccf..b3ae0138 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 != 1
+ AND deprecated is null
ORDER BY
@@ -51,7 +51,7 @@
AND style = #{style}
- AND deprecated != 1
+ AND deprecated is null
ORDER BY
@@ -78,7 +78,7 @@
AND style = #{style}
- AND deprecated != 1
+ AND deprecated is null
ORDER BY