Commit 5659f8e5 authored by BlackJokerCJ's avatar BlackJokerCJ

Merge remote-tracking branch 'origin/master'

parents edd9d600 039cf557
......@@ -2,6 +2,7 @@ package com.jqtx.windows.command;
import cn.hutool.core.date.DateUtil;
import cn.hutool.core.lang.UUID;
import cn.hutool.core.util.ObjectUtil;
import cn.hutool.http.HttpRequest;
import cn.hutool.http.HttpResponse;
......@@ -155,8 +156,10 @@ public class CreditSubmitCommand extends AbstractCommand {
if (!clientResult.isSuccess()) {
throw new BizException(ExceptionCodeEnum.SYSTEM_REMOTE_ERROR);
}
infoModel.setClientNo(clientResult.getResult());
model.setClientNo(clientResult.getResult());
model.setOrderNo(request.getOrderNo());
ossUtils.upStringObject(model.getCreditDetailUrl(), JSON.toJSONString(infoModel));
model.setClientCell(basicModel.getPhone());
model.setCertNo(basicModel.getIdCard());
......
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