src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -138,7 +138,7 @@ * 买单 * 看是否是开始显示订单的时间段,超出结束时间的买单,全部超时失败 */ @Scheduled(cron = "0 0/30 * * * ? ") @Scheduled(cron = "0 0/2 * * * ? ") public void timeGetOrderBuy() { agentService.timeGetOrderBuy(); } @@ -147,7 +147,7 @@ * 买单 * 看是否是开始显示订单的时间段,超出结束时间的买单,全部超时返还令牌 */ @Scheduled(cron = "0 0/30 * * * ? ") @Scheduled(cron = "0 0/2 * * * ? ") public void timeGetOrderBuyCancel() { agentService.timeGetOrderBuyCancel(); }