提交 37827e4e authored 作者: huyufan's avatar huyufan

扣款先按虚拟币

上级 278b1dd3
......@@ -494,7 +494,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
}
List<OwnerLoanRecord> fundList = listMap.get(OwnerLoanRecordEnum.LoanType.FUND.getCode());
if (CollectionUtil.isNotEmpty(fundList)) {
if (orderChildPriceTemp.compareTo(BigDecimal.ZERO) !=0 && CollectionUtil.isNotEmpty(fundList)) {
for (OwnerLoanRecord ownerLoanRecord : fundList) {
BigDecimal loanResidueBalance = ownerLoanRecord.getLoanResidueBalance();
log.info("当前借款金额:{},资金借款单号{},借款剩余金额{}", orderChildPriceTemp, ownerLoanRecord.getLoanNo(), loanResidueBalance);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论