执法记录仪定时更新执法仪设备状态时间更改成1分钟一次

This commit is contained in:
guoshengxiong 2025-11-25 11:17:24 +08:00
parent fc764a3650
commit 7db879defd

View File

@ -64,7 +64,7 @@ public class Mcs8Task {
/**
* 定时更新执法仪设备状态
*/
@Scheduled(cron = "*/5 * * * * ?")
@Scheduled(cron = "* */1 * * * ?")
@RequestMapping("updateStatus")
public void updateStatus() {
List<Project> projects = projectService.list();