Helius
2021-05-24 f0a47946682b93a4fb6c9246d8573ee2bc98d60e
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);
    }
}