src/main/java/com/xcong/excoin/modules/contract/parameter/vo/OrderListVo.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/modules/contract/parameter/vo/OrderListVo.java
@@ -64,12 +64,12 @@ private Integer tradeType; public BigDecimal getOpeningFeeAmount() { return openingFeeAmount.setScale(8, BigDecimal.ROUND_DOWN); return openingFeeAmount == null ? openingFeeAmount : openingFeeAmount.setScale(8, BigDecimal.ROUND_DOWN); } public BigDecimal getClosingFeeAmount() { return closingFeeAmount.setScale(8, BigDecimal.ROUND_DOWN); return closingFeeAmount == null ? closingFeeAmount : closingFeeAmount.setScale(8, BigDecimal.ROUND_DOWN); } }