fix: 首页大屏,数据bug修复。

This commit is contained in:
tianyongbao
2024-07-18 09:20:43 +08:00
parent df57e4abfc
commit cb9667d5dc

View File

@@ -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");