zyy
2025-07-21 506edadd3a3f3f458e32807f0b7166d16200a076
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 {