fix: 首页大屏,数据bug修复。
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user