优惠券 返回shopId
This commit is contained in:
@@ -11,6 +11,7 @@ public class TbUserCouponVo {
|
||||
private BigDecimal fullAmount;
|
||||
private BigDecimal discountAmount;
|
||||
private Integer couponId;
|
||||
private Integer shopId;
|
||||
private Integer proId;
|
||||
//优惠券名称
|
||||
private String name;
|
||||
|
||||
@@ -42,6 +42,7 @@ id, vip_user_id, coupon_id, name, type, pro_id, full_amount, discount_amount, nu
|
||||
inRecord.full_amount as fullAmount,
|
||||
inRecord.discount_amount as discountAmount,
|
||||
inRecord.coupon_id as couponId,
|
||||
inRecord.shop_id as shopId,
|
||||
pro.id as proId,
|
||||
CASE
|
||||
WHEN inRecord.type = 1 THEN inRecord.NAME
|
||||
|
||||
Reference in New Issue
Block a user