xiaoyong931011
2022-08-17 2ea0cf53e081089c8d7918dd61c0f3985511d2ca
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() {
@@ -92,4 +92,14 @@
    public void changeAmount(Map<String, Integer> amount) {
        amount.put("amount", 2);
    }
    @Test
    public void scorePool(){
        memberProfitService.scorePool();
    }
    @Test
    public void staticProfit(){
        memberProfitService.staticProfit(null);
    }
}