fix: 记账账户统计,bug修复。
This commit is contained in:
@@ -1626,6 +1626,7 @@ public class StatisticAnalysisImpl implements IStatisticAnalysisService {
|
|||||||
|
|
||||||
//信用卡
|
//信用卡
|
||||||
dto.setType("2");
|
dto.setType("2");
|
||||||
|
dto.setRepayFlag("");
|
||||||
accountsList=accountsMapper.selectAccountsList(dto);
|
accountsList=accountsMapper.selectAccountsList(dto);
|
||||||
double creditAvailableLimit =0;
|
double creditAvailableLimit =0;
|
||||||
double creditBalance =0;
|
double creditBalance =0;
|
||||||
|
|||||||
Reference in New Issue
Block a user