xiaoyong931011
2022-08-05 d99c41d3f924797072f31af6a14676d7d9ff400e
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();
    }
}