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); } // // // /**