Commit b66ea622 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent 19a5ace1
......@@ -67,6 +67,7 @@ public class LoanSubmitCommand extends AbstractCommand {
Boolean insert = loanComponent.insert(loanModel);
JSONObject thirdDataReq = new JSONObject();
thirdDataReq.put("orderNo", loanSubmitResponse.getOrderNo());
thirdDataReq.put("loanNo", loanSubmitResponse.getLoanNo());
windowsProducer.pullCreditThirdData(thirdDataReq);
if (!insert) {
throw new BizException(ExceptionCodeEnum.SYSTEM_SQL_INSERT_ERROR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment