xiaoyong931011
2022-08-08 36764720f6553b6446d4f53aeebdab1f11920165
src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -39,7 +39,7 @@
    }
    @Test
    public void agentProfit() {
        memberProfitService.agentProfit(new Date());
        memberProfitService.agentProfit(null);
    }
@@ -92,4 +92,9 @@
    public void changeAmount(Map<String, Integer> amount) {
        amount.put("amount", 2);
    }
    @Test
    public void scorePool(){
        memberProfitService.scorePool();
    }
}