From 97f920b6c7e3036e11ae943937dcd169eaae4d09 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Thu, 25 Sep 2025 09:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/czg/account/vo/UserCouponVo.java | 1 + .../src/main/resources/mapper/MkShopCouponRecordMapper.xml | 1 + 2 files changed, 2 insertions(+) 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,