zj
2026-01-14 fff9ac550c469aafa60ce8f1adff5edd6941f8e1
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);
  
@@ -27,9 +27,14 @@
  UserPositionVO findByPostionSn(String  positionSn);
  ServerResponse<PageInfo> findMyPositionByCodeAndSpell(String paramString1, String paramString2, Integer paramInteger,
  ServerResponse findMyPositionByCodeAndSpell(String stockCode, String stockSpell,
                                                     Integer state, HttpServletRequest request,
                                                     int pageNum, int pageSize, String stockType);
  ServerResponse findMyPositionByParam(String paramString1, String paramString2, Integer paramInteger,
                                                        HttpServletRequest paramHttpServletRequest,
                                                        int paramInt1, int paramInt2,String stockType);
                                                        int paramInt1, int paramInt2,String stockType, Integer positionType);
  
  PositionVO findUserPositionAllProfitAndLose(Integer paramInteger);
@@ -79,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);