whycxzp
2025-04-01 ee50fd56b43ea046bd0ee275ed6f5ba90e1a799f
src/main/java/com/whyc/schedule/BattStationTempScheduleService.java
@@ -49,7 +49,7 @@
    /**
     * 温度实时
     * */
    //@Scheduled(fixedRate = 4000,initialDelay = 2000)
    @Scheduled(fixedRate = 4000,initialDelay = 2000)
    public void startRecordAndCheck(){
        List<BattCamera> ipInfoList = HikTempUtil.cameraInfoList;
        List<PageParam> tempParmList = paramService.getTempParmList();