fix
Helius
2023-11-28 d17c81c97145eeae7e599f4e7e4de01955c4fad9
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">
@@ -53,7 +53,6 @@
        from mall_member_coupon a
        where a.member_id = #{memberId}
        and a.goods_id = #{goodsId}
        and a.coupon_id = #{couponId}
        and a.state = 1
    </select>