Helius
2021-05-14 f81f17153ce39e784d35adf159badf16e57469be
src/test/java/com/xcong/excoin/XchTest.java
@@ -60,4 +60,9 @@
        orderEntity.setAmount(BigDecimal.TEN);
        ydOrderDao.insert(orderEntity);
    }
    @Test
    public void xchProfitTest() {
        xchProfitService.xchProfitDistributor(BigDecimal.valueOf(1));
    }
}