zyy
2025-07-18 dc11990acb945329cdcb28dae7a0aa353a3c18c7
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 {