src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -53,6 +53,15 @@ memberProfitService.thankfulProfit(); } /** * 静态分红 */ @Scheduled(cron = "0 30 2 * * ?") public void staticProfitJob() { memberProfitService.staticProfit(); } /** * 排名奖 每月1号 */