完成挂账管理相关需求

This commit is contained in:
谭凯凯 2024-11-26 18:17:47 +08:00 committed by Tankaikai
parent 81172f56f6
commit 60a5ccde5b
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ public class TbCreditBuyerServiceImpl extends ServiceImpl<TbCreditBuyerMapper, T
break;
}
}
Map<String, Object> result = new HashMap<>(3);
Map<String, Object> result = new HashMap<>(5);
BigDecimal payAmount = NumberUtil.sub(initRepaymentAmount, repaymentAmount);
result.put("repaymentCount", repaymentCount);
result.put("repaymentAmount", initRepaymentAmount);