whycxzp
2025-04-02 58e36829110780f965244218830d759daad3f62c
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();