fix
Hentua
2023-09-26 36562fec2b12fe9eff1dfaa1b5319a4f56efe228
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>