Helius
2021-05-14 0abd80878ee9045d5317a2dbeff6c20d2dfdabc0
src/main/java/com/xcong/excoin/modules/contract/parameter/vo/ContractMoneyInfoVo.java
@@ -70,6 +70,6 @@
    }
    public BigDecimal getProfitOrLess() {
        return profitOrLess == null ? profitOrLess.setScale(2, BigDecimal.ROUND_DOWN);
        return profitOrLess == null ? profitOrLess : profitOrLess.setScale(2, BigDecimal.ROUND_DOWN);
    }
}