From a78782b361c2bd038cdf30d8533f9e3926065d4a Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期五, 22 八月 2025 09:17:16 +0800 Subject: [PATCH] update --- cloud-server-account/src/main/java/com/dsh/account/service/impl/VipPaymentServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-account/src/main/java/com/dsh/account/service/impl/VipPaymentServiceImpl.java b/cloud-server-account/src/main/java/com/dsh/account/service/impl/VipPaymentServiceImpl.java index fab2ff4..639db2b 100644 --- a/cloud-server-account/src/main/java/com/dsh/account/service/impl/VipPaymentServiceImpl.java +++ b/cloud-server-account/src/main/java/com/dsh/account/service/impl/VipPaymentServiceImpl.java @@ -272,9 +272,9 @@ if (StringUtils.hasLength(couponJson)) { grantCoupon.setCouponJson(couponJson); - grantCoupon.setUserId(vipPayment1.getAppUserId()); - grantCoupon.setVipPaymentId(vipPayment1.getId()); } + grantCoupon.setUserId(vipPayment1.getAppUserId()); + grantCoupon.setVipPaymentId(vipPayment1.getId()); String ticketJson = vipPayment1.getTicketJson(); if (StringUtils.hasLength(ticketJson)) { grantCoupon.setTicketJson(ticketJson); -- Gitblit v1.7.1