|
@@ -58,7 +58,7 @@ public class PersonMergeIncremnetTask {
|
|
|
DingUtils dingUtils;
|
|
|
|
|
|
//TODO 启动合并任务
|
|
|
- @Scheduled(cron = "00 00 04 * * ?")
|
|
|
+ @Scheduled(cron = "00 30 01 * * ?")
|
|
|
//@Scheduled(cron = "*/20 * * * * ?")
|
|
|
//@Scheduled(cron = "50 36 19 * * ?")
|
|
|
public void mergePersonScheduled() throws UnsupportedEncodingException {
|