xiaoyong931011
2023-09-27 dce2378b05d7d4b141444f598d402effe57eed6a
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.invite_id = #{inviteId}
        and a.state = 1
    </select>