From 18fb85032f15653510282014ea5df73f167eab21 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 1 May 2024 22:28:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=A1=E7=94=A8=E5=8D=A1?= =?UTF-8?q?=E8=BF=98=E6=AC=BE=EF=BC=8C=E5=A2=9E=E5=8A=A00=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E8=BF=98=E6=AC=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/AccountsTransferRecordServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/AccountsTransferRecordServiceImpl.java b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/AccountsTransferRecordServiceImpl.java index 8cd864b..ba6e143 100644 --- a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/AccountsTransferRecordServiceImpl.java +++ b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/AccountsTransferRecordServiceImpl.java @@ -282,8 +282,8 @@ public class AccountsTransferRecordServiceImpl implements IAccountsTransferRecor creditDeal.setType("2"); //1 收入,2 支出,3 转账,4 借贷 creditDeal.setDealType("1"); - //信用卡还款 - creditDeal.setDealCategory("6"); + //信用卡还款6,0账单还款12 + creditDeal.setDealCategory(accountsTransferRecord.getDealType()); //储蓄卡还款至信用卡 creditDeal.setName(debitCardVo.getName()+"("+StringUtils.getLastNumberChars(3,debitCardVo.getCode())+")还款至"+creditVo.getName()+"("+StringUtils.getLastNumberChars(3,creditVo.getCode())+")"); creditDeal.setRemark("信用卡还款");