|
@ -899,8 +899,8 @@ public class LoanRedemptionApplyService extends MybatisBaseService<LoanRedemptio |
|
|
} |
|
|
} |
|
|
vinList.add(outboundVinListDto); |
|
|
vinList.add(outboundVinListDto); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
|
|
|
dto.setVinList(vinList); |
|
|
dto.setVinList(vinList); |
|
|
|
|
|
} |
|
|
loanOutboundApplyService.saveOutbound(dto); |
|
|
loanOutboundApplyService.saveOutbound(dto); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|