diff --git a/src/main/java/com/jqtx/windows/command/CreditSubmitCommand.java b/src/main/java/com/jqtx/windows/command/CreditSubmitCommand.java
index cf7eb49514e8eda7bece2de04a6c0b94284b1681..5a60ca0e5dd833e7271dfe173b3b39ac5776a87a 100644
--- a/src/main/java/com/jqtx/windows/command/CreditSubmitCommand.java
+++ b/src/main/java/com/jqtx/windows/command/CreditSubmitCommand.java
@@ -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());