xiaoyong931011
2022-08-08 519ccbf3bd32e3f691432562b9e1a887e28bb170
src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -43,10 +43,10 @@
    }
    @Test
    public void staticProfit() {
        memberProfitService.staticProfit(new Date());
    }
//    @Test
//    public void staticProfit() {
//        memberProfitService.staticProfit(new Date());
//    }
    @Test
    public void thankfulProfit() {
@@ -97,4 +97,9 @@
    public void scorePool(){
        memberProfitService.scorePool();
    }
    @Test
    public void staticProfit(){
        memberProfitService.staticProfit(null);
    }
}