|
|
@@ -30,7 +30,7 @@ public class InfoSyncManager {
|
|
|
*/
|
|
|
@PostConstruct
|
|
|
public void init() {
|
|
|
- //同步用户信息
|
|
|
+ //同步备标签信息
|
|
|
taskScheduler.execute(infoSynchronizer::syncDeviceTags);
|
|
|
}
|
|
|
|
|
|
@@ -39,7 +39,7 @@ public class InfoSyncManager {
|
|
|
*/
|
|
|
@Scheduled(cron = "0 */10 * * * *")
|
|
|
public void minuteTask() {
|
|
|
- //同步用户信息
|
|
|
+ //同步设备标签信息
|
|
|
taskScheduler.execute(infoSynchronizer::syncDeviceTags);
|
|
|
}
|
|
|
}
|