KKSU
2024-06-11 37f13de311a35f45569397422708dd47dab72178
src/test/java/cc/mrbird/febs/TreeTest.java
@@ -45,7 +45,13 @@
    @Test
    public void resetMatrix() {
        dappSystemService.resetMatrix();
        dappSystemService.achieveTree(Long.parseLong("134"));
//        dappSystemService.resetMatrix();
//        dappAchieveMemberTreeDao.emptyTable();
    }
    @Test
    public void limitResetProfitTest() {
        dappSystemService.putIntoProfit(59L, 1);
    }
}