|
@ -219,7 +219,7 @@ public class LoanReturnVehLedgerService extends MybatisBaseService<LoanReturnVeh |
|
|
if (!paggingRecords.isEmpty()) { |
|
|
if (!paggingRecords.isEmpty()) { |
|
|
for (LoanReturnVehLedgerVo record : pagging.getRecords()) { |
|
|
for (LoanReturnVehLedgerVo record : pagging.getRecords()) { |
|
|
if ("主车".equals(record.getVehType())) { |
|
|
if ("主车".equals(record.getVehType())) { |
|
|
AlrepaidAndArrVo alrepaidAndArrVo = loanRestoreReportApplyService.getAlrepaidAndArr(record.getBusVinSid()); |
|
|
AlrepaidAndArrVo alrepaidAndArrVo = loanRestoreReportApplyService.getAlrepaidAndArr2(record.getBusVinSid()); |
|
|
if (alrepaidAndArrVo != null) { |
|
|
if (alrepaidAndArrVo != null) { |
|
|
record.setOverMoney(alrepaidAndArrVo.getCurrentBeMoney()); |
|
|
record.setOverMoney(alrepaidAndArrVo.getCurrentBeMoney()); |
|
|
record.setNotBecomeDueMoney(alrepaidAndArrVo.getUnexpiredMoney()); |
|
|
record.setNotBecomeDueMoney(alrepaidAndArrVo.getUnexpiredMoney()); |
|
@ -250,7 +250,7 @@ public class LoanReturnVehLedgerService extends MybatisBaseService<LoanReturnVeh |
|
|
LoanReturnLedgerVo loanReturnLedgerVo = new LoanReturnLedgerVo(); |
|
|
LoanReturnLedgerVo loanReturnLedgerVo = new LoanReturnLedgerVo(); |
|
|
BeanUtil.copyProperties(loanReturnVehLedger, loanReturnLedgerVo); |
|
|
BeanUtil.copyProperties(loanReturnVehLedger, loanReturnLedgerVo); |
|
|
if ("主车".equals(loanReturnVehLedger.getVehType())) { |
|
|
if ("主车".equals(loanReturnVehLedger.getVehType())) { |
|
|
AlrepaidAndArrVo alrepaidAndArrVo = loanRestoreReportApplyService.getAlrepaidAndArr(loanReturnVehLedger.getBusVinSid()); |
|
|
AlrepaidAndArrVo alrepaidAndArrVo = loanRestoreReportApplyService.getAlrepaidAndArr2(loanReturnVehLedger.getBusVinSid()); |
|
|
if (alrepaidAndArrVo != null) { |
|
|
if (alrepaidAndArrVo != null) { |
|
|
loanReturnLedgerVo.setOverMoney(alrepaidAndArrVo.getCurrentBeMoney()); |
|
|
loanReturnLedgerVo.setOverMoney(alrepaidAndArrVo.getCurrentBeMoney()); |
|
|
loanReturnLedgerVo.setNotBecomeDueMoney(alrepaidAndArrVo.getUnexpiredMoney()); |
|
|
loanReturnLedgerVo.setNotBecomeDueMoney(alrepaidAndArrVo.getUnexpiredMoney()); |
|
|