Pu Zhibing
2025-04-25 f8a708d9d960db750c9dd029efbe4a9f63d53fe8
ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/util/TaskUtil.java
@@ -21,6 +21,14 @@
   @Resource
   private WarnMsgService warnMsgService;
   
   /**
    * 定时任务获取驾驶员信息
    */
   @Scheduled(fixedRate = 1000 * 60)
   public void taskReportDriverInfo() {
      exgMsgService.taskReportDriverInfo();
   }
   
   /**
    * 定时任务获取电子运单信息