|
|
@ -905,6 +905,7 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
|
|
|
|
//根据主车查询挂车信息
|
|
|
|
LoanReturnVehLedger loanReturnVehLedgerT = loanReturnVehLedgerService.selectByPSid(loanReturnVehLedger.getSid()); |
|
|
|
if(loanReturnVehLedgerT != null){ |
|
|
|
if ("未处置".equals(loanReturnVehLedgerT.getDisposal())) { |
|
|
|
loanSecondarySalesVehVo = new LoanSecondarySalesVehVo(); |
|
|
|
loanSecondarySalesVehVo.setVehType(loanReturnVehLedgerT.getVehType()); |
|
|
@ -914,6 +915,8 @@ public class LoanSecondarySalesApplyService extends MybatisBaseService<LoanSecon |
|
|
|
loanSecondarySalesVehVo.setBusSid(loanReturnVehLedgerT.getSid()); |
|
|
|
loanSecondarySalesVehVoList.add(loanSecondarySalesVehVo); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|