From d9fc12fdeb19bafb514fc9bb01653bac4a455815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Sat, 23 Nov 2024 09:16:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88=E5=88=B8=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E7=BD=AE=E7=A9=BA=E6=BB=A1=E5=87=8F=E5=88=B8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chaozhanggui/system/cashierservice/service/PayService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java index 369c3c3..57dab7d 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java @@ -504,6 +504,7 @@ public class PayService { orderInfo.setCouponInfoList(JSONObject.toJSONString(couponInfoDTO)); orderInfo.setUserCouponId(null); orderInfo.setUseCouponInfo(null); + orderInfo.setFullCouponDiscountAmount(BigDecimal.ZERO); // 修改购物车券信息 cashierCartMapper.update(null, new LambdaUpdateWrapper()