Commit 039cf557 authored by 张庆's avatar 张庆

新增挡板规则

parent 6df8f401
......@@ -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,6 +156,7 @@ 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());
......
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