zyy
2025-07-21 f25b39e0d5fcae415a8824fc03d42fe681e96bf8
src/main/java/com/nq/service/IUserPositionService.java
@@ -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);