1
zj
2026-01-14 ffe399c530b491f9f8be0eb9016a1b548322ebcc
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;
    }