Pu Zhibing
2025-05-23 f355ef485a56e613b71d0262c089b995d7ca10d2
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/util/TaskUtil.java
@@ -1,5 +1,6 @@
package com.ruoyi.dataInterchange.util;
import com.ruoyi.dataInterchange.server.DOWNConnectRspService;
import com.ruoyi.dataInterchange.server.ExgMsgService;
import com.ruoyi.dataInterchange.server.WarnMsgService;
import org.springframework.scheduling.annotation.Scheduled;
@@ -20,6 +21,16 @@
   
   @Resource
   private WarnMsgService warnMsgService;
   /**
    * 定时任务获取驾驶员信息
    */
   @Scheduled(fixedRate = 1000 * 60)
   public void taskReportDriverInfo() {
      exgMsgService.taskReportDriverInfo();
   }
   
   
   /**