zj
2026-01-14 3a1977e8cc0c5fffbc6490f220f30116af6cce86
src/main/java/com/nq/utils/UserPointUtil.java
@@ -63,7 +63,7 @@
        }else{
            userPositionVO.setNow_price(position.getSellOrderPrice().toString());
        }
        userPositionVO.setAmountToBeCovered(position.getAmountToBeCovered());
        //userPositionVO.setAmountToBeCovered(position.getAmountToBeCovered());
        return userPositionVO;
    }