From f25b39e0d5fcae415a8824fc03d42fe681e96bf8 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Mon, 21 Jul 2025 17:17:48 +0800
Subject: [PATCH] 移除多余引用

---
 src/main/java/com/nq/controller/protol/UserController.java |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/main/java/com/nq/controller/protol/UserController.java b/src/main/java/com/nq/controller/protol/UserController.java
index 27882ee..7fa335c 100644
--- a/src/main/java/com/nq/controller/protol/UserController.java
+++ b/src/main/java/com/nq/controller/protol/UserController.java
@@ -1,9 +1,7 @@
 package com.nq.controller.protol;
 
 
-import com.baomidou.mybatisplus.core.toolkit.ObjectUtils;
 import com.google.common.collect.Maps;
-import com.google.gson.Gson;
 import com.nq.common.ServerResponse;
 import com.nq.enums.EStockType;
 import com.nq.pojo.*;
@@ -20,13 +18,10 @@
 import javax.servlet.http.HttpServletResponse;
 import javax.servlet.http.HttpSession;
 
-import com.nq.utils.translate.GoogleTranslateUtil;
 import com.nq.vo.stock.UserStockSubscribeAddIn;
-import org.apache.ibatis.annotations.Property;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.*;
 import org.springframework.web.multipart.MultipartFile;
@@ -45,12 +40,6 @@
     IFileUploadService iFileUploadService;
 
     @Autowired
-    IUserIndexPositionService iUserIndexPositionService;
-
-    @Autowired
-    IUserFuturesPositionService iUserFuturesPositionService;
-
-    @Autowired
     IUserStockSubscribeService iUserStockSubscribeService;
     @Autowired
     IStockSubscribeService iStockSubscribeService;
@@ -61,16 +50,10 @@
     IRateServices rateServices;
 
     @Autowired
-    IUserRechargeService iUserRechargeService;
-
-    @Autowired
     PayServiceImpl payService;
 
     @Autowired
     IApplyLeverServices iApplyLeverServices;
-
-    @Autowired
-    IUserWithdrawService iUserWithdrawService;
 
     private static final ThreadLocal<Boolean> orderCreated = ThreadLocal.withInitial(() -> false);
     private final Lock lock = new ReentrantLock();

--
Gitblit v1.9.3