From 3e55e48e000d22334364bcd9dfc6445e9631c70f Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Sun, 26 Nov 2023 22:21:18 +0800
Subject: [PATCH] blnka

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

diff --git a/src/main/resources/mapper/modules/MallMemberCouponMapper.xml b/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
index d86f715..59fa15e 100644
--- a/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
+++ b/src/main/resources/mapper/modules/MallMemberCouponMapper.xml
@@ -8,7 +8,7 @@
                b.cost_amount costAmount,
                b.real_amount realAmount
         from mall_member_coupon a
-        left join mall_goods_coupon b on b.id = a.coupon_id and b.state = 2
+        INNER join mall_goods_coupon b on b.id = a.coupon_id and b.state = 2
         <where>
             a.member_id=#{record.memberId}
             <if test="record.state == 1">

--
Gitblit v1.9.1