1
zj
2026-06-01 1f19b78818609bf6d0849f8e58b349132a800538
src/main/java/com/nq/service/IUserPositionService.java
@@ -16,6 +16,8 @@
  ServerResponse pending(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception;
  ServerResponse cancelOrder(String positionSn, HttpServletRequest request) throws Exception;
  ServerResponse sell(String paramString, int paramInt) throws Exception;
  ServerResponse calendar(String paramString,HttpServletRequest request) throws Exception;
@@ -23,7 +25,9 @@
  ServerResponse sellbf(String paramString, Integer quantity) throws Exception;
  
  ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString,Integer paramInteger3);
  ServerResponse fee(Integer buyNum, BigDecimal nowPrice, Integer lever);
  ServerResponse del(Integer paramInteger);
  
  ServerResponse<PageInfo> findMyPositionByCodeAndSpell(String paramString1, String paramString2, Integer paramInteger, HttpServletRequest paramHttpServletRequest, int paramInt1, int paramInt2);
@@ -65,10 +69,11 @@
  ServerResponse findUserPositionByCode(HttpServletRequest paramHttpServletRequest, String stockCode);
  ServerResponse findPositionBySn(String positionSn);
  ServerResponse addmargin(String paramString, int paramInt, BigDecimal marginAdd) throws Exception;
  PositionProfitVO getPositionProfitVO(UserPosition position);
  ServerResponse newStockToPosition(Integer id);