From 96a6e8468cd08904a7067b54e3a7355c9edcc3e6 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Mon, 29 Sep 2025 10:24:43 +0800
Subject: [PATCH] 1

---
 src/main/java/com/nq/service/IUserPositionService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/nq/service/IUserPositionService.java b/src/main/java/com/nq/service/IUserPositionService.java
index c5e1301..77c5525 100644
--- a/src/main/java/com/nq/service/IUserPositionService.java
+++ b/src/main/java/com/nq/service/IUserPositionService.java
@@ -19,7 +19,7 @@
   ServerResponse sell(String paramString, int paramInt);
   ServerResponse sell(String paramString, int paramInt,Integer number,  HttpServletRequest request);
 
-  ServerResponse allSell(HttpServletRequest request,String stockType)throws  Exception;
+  ServerResponse allSell(HttpServletRequest request)throws  Exception;
   
   ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString);
   
@@ -84,9 +84,9 @@
 
   ServerResponse updateProfitTarget(String positionSn, Integer profitTarget, Integer stopTarget, HttpServletRequest request);
 
-    ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception;
+  ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception;
 
-    ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request) throws Exception;
+  ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request);
 
   ServerResponse buyStockDzList(HttpServletRequest request);
 

--
Gitblit v1.9.3