1
dd
2026-01-28 27cfb25fca116d371de1697fb49b7e53ec6e3031
src/main/java/com/nq/service/impl/UserServiceImpl.java
@@ -1835,7 +1835,11 @@
//        BigDecimal userAllAmt = user.getUserAmt();
        BigDecimal userAllAmt = user.getEnableAmt();
        if(null != allProfitAndLose){
            userInfoVO.setAllProfitAndLose(allProfitAndLose);
        userAllAmt = userAllAmt.add(allProfitAndLose);
        }
        userInfoVO.setEnableIndexAmt(user.getEnableIndexAmt());