zj
2025-04-16 47eefacf7aa96fa34c5aff3d825f8e61b067dc08
src/main/java/com/nq/service/IUserPositionService.java
@@ -80,7 +80,9 @@
    ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception;
    ServerResponse buyDz(String stockCode, String password, Integer num, HttpServletRequest request) throws Exception;
    ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request) throws Exception;
  ServerResponse buyStockDzList(HttpServletRequest request);
  void stockConstraint(List<UserPosition> userPositions);
}