Commit c6497559 authored by renandong's avatar renandong 🇨🇳

1,调整定时任务每天10:15执行

parent eb1e12b4
...@@ -55,7 +55,7 @@ public class UserTagsTask { ...@@ -55,7 +55,7 @@ public class UserTagsTask {
/** /**
* 更新用户标签 * 更新用户标签
*/ */
@Scheduled(cron = "0 0 23 * * ?") @Scheduled(cron = "0 15 10 * * ?")
public void updateUserTags() { public void updateUserTags() {
try { try {
//获取每次处理的id起始值 //获取每次处理的id起始值
......
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