From 261318b0ae15e04a4a21d33586ad9bd50164ec6b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 19 Sep 2023 17:12:26 +0800
Subject: [PATCH] bannner

---
 src/main/resources/mapper/modules/MallMemberCouponMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallMemberCouponMapper.xml b/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
index 20e28d8..bd4610b 100644
--- a/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
+++ b/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
@@ -43,6 +43,7 @@
         where a.member_id = #{memberId}
         and a.goods_id = #{goodsId}
         and a.coupon_id = #{couponId}
+        and a.state = 1
     </select>
 
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1