其它共享

This commit is contained in:
wangw 2025-09-29 16:36:09 +08:00
parent 2129ae5f8b
commit 14aadbc0dc
2 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,10 @@ public class UserCouponVO implements Serializable {
* 与会员价同享0-1-
*/
private Integer vipPriceShare;
/**
* 与其它优惠共享0-1-
*/
private Integer otherCouponShare;
/**
* 附加规则说明

View File

@ -64,6 +64,7 @@
coupon.vip_price_share as vipPriceShare,
coupon.rule_details as ruleDetails,
coupon.discount_num as discountNum,
coupon.other_coupon_share as otherCouponShare,
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