From c1a7cc27d19f428cbb57bb78c380881392a6e754 Mon Sep 17 00:00:00 2001
From: wuxicheng <1441859745@qq.com>
Date: Fri, 12 May 2023 17:15:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E7=94=A8=E6=88=B7=E4=BC=9A?=
=?UTF-8?q?=E5=91=98=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/com/bnyer/img/mapper/UserVipRecordMapper.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml
index b502f4b..9b35c02 100644
--- a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml
+++ b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/UserVipRecordMapper.xml
@@ -40,14 +40,15 @@
FROM img_user_vip_record a
WHERE
+ a.status = 1
- a.id = #{id}
+ and a.id = #{id}
- a.user_id = #{userId}
+ and a.user_id = #{userId}
- a.user_client_type = #{userClientType}
+ and a.user_client_type = #{userClientType}