完成挂账管理相关需求
This commit is contained in:
parent
81172f56f6
commit
60a5ccde5b
|
|
@ -274,7 +274,7 @@ public class TbCreditBuyerServiceImpl extends ServiceImpl<TbCreditBuyerMapper, T
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Map<String, Object> result = new HashMap<>(3);
|
Map<String, Object> result = new HashMap<>(5);
|
||||||
BigDecimal payAmount = NumberUtil.sub(initRepaymentAmount, repaymentAmount);
|
BigDecimal payAmount = NumberUtil.sub(initRepaymentAmount, repaymentAmount);
|
||||||
result.put("repaymentCount", repaymentCount);
|
result.put("repaymentCount", repaymentCount);
|
||||||
result.put("repaymentAmount", initRepaymentAmount);
|
result.put("repaymentAmount", initRepaymentAmount);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue