|
@@ -45,7 +45,7 @@ public class ScheduleTask {
|
|
|
/**
|
|
|
* 同步会话
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 0/4 * * ?")
|
|
|
+ @Scheduled(cron = "0 0,30 * * * ?")
|
|
|
public void syncInspection() {
|
|
|
log.info("执行--syncInspection 任务--开始" + DateUtil.now());
|
|
|
List<Conversation> list = conversationService.list(new LambdaQueryWrapper<Conversation>()
|