xiaoyong931011
2023-10-16 6ea3a313a7c6e7e5133bd01a969f12ca6c1046a3
一个商品领取一张卷,
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallMemberCouponMapper.xml 2 ●●● patch | view | raw | blame | history
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">