xiaoyong931011
2022-08-10 36e556587fc44cd9f613b10873d15a5f9cdf2fc6
src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -39,7 +39,7 @@
    }
    @Test
    public void agentProfit() {
        memberProfitService.agentProfit(new Date());
        memberProfitService.agentProfit(null);
    }