其它共享
This commit is contained in:
parent
2129ae5f8b
commit
14aadbc0dc
|
|
@ -150,6 +150,10 @@ public class UserCouponVO implements Serializable {
|
|||
* 与会员价同享:0-否,1-是
|
||||
*/
|
||||
private Integer vipPriceShare;
|
||||
/**
|
||||
* 与其它优惠共享:0-否,1-是
|
||||
*/
|
||||
private Integer otherCouponShare;
|
||||
|
||||
/**
|
||||
* 附加规则说明
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue