价格使用规则

This commit is contained in:
2025-09-26 15:02:45 +08:00
parent 59a779b5b8
commit 9c44754b58
2 changed files with 7 additions and 1 deletions

View File

@@ -158,5 +158,10 @@ public class UserCouponVO implements Serializable {
private Integer discountNum;
/**
* 使用规则
*/
private String useRule;
}

View File

@@ -63,7 +63,8 @@
coupon.discount_share as discountShare,
coupon.vip_price_share as vipPriceShare,
coupon.rule_details as ruleDetails,
coupon.discount_num as discountNum
coupon.discount_num as discountNum,
coupon.use_rule as useRule
from mk_shop_coupon_record
left join mk_shop_coupon coupon on mk_shop_coupon_record.coupon_id = coupon.id
where mk_shop_coupon_record.shop_user_id in