From 07f7d905feb70e1cfafa936622079490f6328418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Wed, 30 Oct 2024 10:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= 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 20db318..8b7e1ec 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java @@ -480,6 +480,7 @@ public class PayService { String userId = String.valueOf(TokenUtil.getUserId()); TbOrderPayment payment = createOrderPayment(orderInfo, payDTO.getPayType()); + orderInfo.setPayType(payDTO.getPayType()); if ("ysk".equals(thirdPayType)) { return Result.successWithData(yskPay(thirdApply, orderInfo, payment, openId, userId, ip)); } else {