KKSU
2024-07-30 c1af5cf94920702b6aa962881365116542e88ab0
src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -50,13 +50,20 @@
//        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);
    }
    /**
     * 感恩奖
     */
    @Scheduled(cron = "0 0 0 * * ?")
    public void fireJob() {
        memberProfitService.fireJob(null);
    }
//
//
//    /**