价格使用规则
This commit is contained in:
@@ -158,5 +158,10 @@ public class UserCouponVO implements Serializable {
|
||||
|
||||
private Integer discountNum;
|
||||
|
||||
/**
|
||||
* 使用规则
|
||||
*/
|
||||
private String useRule;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user