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