src/main/java/com/gkhy/fourierSpecialGasMonitor/schedule/HeartbeatSchedule.java
@@ -25,7 +25,7 @@ * @decription * @date 2023/8/8 10:49 */ @Component //@Component public class HeartbeatSchedule { @Autowired @@ -43,7 +43,7 @@ private final Logger logger = LoggerFactory.getLogger(this.getClass()); @Scheduled(cron = "1 * * * * ?") // 每天凌晨执行 @Scheduled(cron = "0/1 * * * * ?") // 每秒执行一次 @Async(value = "SocketTaskExecutor") public void gasConcentrationStatus() { GasConcentration gasConcentration = gasConcentrationService.getLastData();