diff --git a/cash-common/cash-common-service/src/main/java/com/czg/account/vo/UserCouponVo.java b/cash-common/cash-common-service/src/main/java/com/czg/account/vo/UserCouponVo.java index 5693eed72..d96d48427 100644 --- a/cash-common/cash-common-service/src/main/java/com/czg/account/vo/UserCouponVo.java +++ b/cash-common/cash-common-service/src/main/java/com/czg/account/vo/UserCouponVo.java @@ -18,6 +18,7 @@ public class UserCouponVo { private BigDecimal fullAmount; private BigDecimal discountAmount; private BigDecimal discountRate; + private BigDecimal maxDiscountAmount; private Long couponId; private String foods; //优惠券名称 diff --git a/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml b/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml index 4a204b0b8..ea33adec0 100644 --- a/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml +++ b/cash-service/market-service/src/main/resources/mapper/MkShopCouponRecordMapper.xml @@ -79,6 +79,7 @@ inRecord.full_amount as fullAmount, inRecord.discount_amount as discountAmount, inRecord.discount_rate as discountRate, + inRecord.max_discount_amount as maxDiscountAmount, inRecord.coupon_id as couponId, inRecord.name as name, inRecord.type,