zyy
2025-07-18 96e443a77b1d425d3e536c288fc271fe182f1496
src/main/java/com/nq/service/impl/UserFuturesPositionServiceImpl.java
@@ -65,7 +65,7 @@
    @Autowired
    ISiteProductService iSiteProductService;
    @Transactional
    @Transactional(rollbackFor = Exception.class)
    public ServerResponse buyFutures(Integer futuresId, Integer buyNum, Integer buyType, Integer lever, HttpServletRequest request) throws Exception {