Browse Source

修改

master
dimengzhe 4 weeks ago
parent
commit
90e05baf8b
  1. 2
      anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanredemptionapply/LoanRedemptionApplyService.java

2
anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanredemptionapply/LoanRedemptionApplyService.java

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

Loading…
Cancel
Save