From cb9667d5dc19df6ce19aba67b534f2229e74d8e5 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 18 Jul 2024 09:20:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AEbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java index d09c92e..fb2c7dd 100644 --- a/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java +++ b/ruoyi-modules/intc-invest/src/main/java/com/ruoyi/invest/service/impl/StatisticAnalysisImpl.java @@ -114,11 +114,12 @@ public class StatisticAnalysisImpl implements IStatisticAnalysisService { bankCardLendDto.setDebitType("2"); //II类储蓄卡 map.put("debitIICount",bankCardLendMapper.selectBankCardLendList(bankCardLendDto).size()); + bankCardLendDto.setDebitType(""); bankCardLendDto.setType("3"); + bankCardLendDto.setLendType("1"); //网贷 map.put("onlineLendCount",bankCardLendMapper.selectBankCardLendList(bankCardLendDto).size()); - bankCardLendDto.setLendType("2"); //人情 bankCardLendDto.setLendType("2");