From c4f861c34eb69a6bb4dcb9c2b7949d01efd7913a Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Thu, 09 Jun 2022 23:24:13 +0800
Subject: [PATCH] 保安员新增保安证编号不符时修改状态

---
 src/main/java/org/springblade/modules/system/service/MyAsyncService.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/system/service/MyAsyncService.java b/src/main/java/org/springblade/modules/system/service/MyAsyncService.java
index 0bcea84..e740ebe 100644
--- a/src/main/java/org/springblade/modules/system/service/MyAsyncService.java
+++ b/src/main/java/org/springblade/modules/system/service/MyAsyncService.java
@@ -1,10 +1,13 @@
 package org.springblade.modules.system.service;
 
+import com.alibaba.fastjson.JSON;
 import net.sf.json.JSONObject;
 import org.springblade.common.utils.HttpClientUtils;
 import org.springblade.modules.FTP.FtpUtil;
+import org.springblade.modules.FTP.Result;
 import org.springblade.modules.system.dto.UserDTO;
 import org.springblade.modules.system.entity.User;
+import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.scheduling.annotation.Async;
 import org.springframework.stereotype.Service;
 
@@ -13,6 +16,7 @@
 import java.util.Map;
 
 import static org.springblade.common.config.FtpConfig.qfqkBaseApiUrl;
+import static org.springblade.modules.FTP.DataHandler.handlerUserInfo;
 
 @Service
 public class MyAsyncService {

--
Gitblit v1.9.3