KKSU
2024-01-11 ab841f9e32a3dc207d5fc29813e28fe98084c58a
src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -50,13 +50,13 @@
//        memberProfitService.storeAndDirectorProfit(null);
//    }
//
//    /**
//     * 感恩奖
//     */
//    @Scheduled(cron = "0 0 1 * * ?")
//    public void thankfulJob() {
//        memberProfitService.thankfulProfit(null);
//    }
    /**
     * 感恩奖
     */
    @Scheduled(cron = "0 0 1 * * ?")
    public void thankfulJob() {
        memberProfitService.thankfulProfit(null);
    }
//
//
//    /**