Commit 0db8b648 by 郑云飞

定时失效团购活动 执行时间修改

parent b03aeec7
......@@ -92,7 +92,7 @@ public class TaskJob {
/**
* 定时失效团购活动
*/
@Scheduled(cron = "0 0 * * * ? ")
@Scheduled(cron = "0 * * * * ? ")
public void activityFailure() {
groupBuyDao.activityFailure();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment