From c6e587d905bfd3e223c2fe379bdae2717691462a Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Tue, 16 Sep 2025 14:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=85=85=E5=A4=A9=E5=8C=BB?= =?UTF-8?q?=E5=B8=81=E6=B7=BB=E5=8A=A0=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E6=B5=81=E6=B0=B4=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/peanut/modules/book/controller/MyUserController.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/peanut/modules/book/controller/MyUserController.java b/src/main/java/com/peanut/modules/book/controller/MyUserController.java index 75e344e0..2cd555de 100644 --- a/src/main/java/com/peanut/modules/book/controller/MyUserController.java +++ b/src/main/java/com/peanut/modules/book/controller/MyUserController.java @@ -649,6 +649,8 @@ public class MyUserController { if (pointType.equals("0")) { transactionDetailsEntity.setChangeAmount(pointAmount); transactionDetailsEntity.setRemark("充值"); + transactionDetailsEntity.setPayMethod(params.get("payMethod")); + transactionDetailsEntity.setPayNo(params.get("payNo")); }else { transactionDetailsEntity.setChangeAmount(pointAmount.negate()); transactionDetailsEntity.setRemark("扣费");