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

This commit is contained in:
guoshengxiong 2025-11-25 11:55:07 +08:00
parent 7db879defd
commit f5e132fd93

View File

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