对讲机接口调试

This commit is contained in:
zhangchaoyang02 2025-08-08 19:22:25 +08:00
parent c4fc83bc93
commit ebe20a9ee6
2 changed files with 2 additions and 4 deletions

View File

@ -118,10 +118,7 @@
<div class="label"><span class="icon jrs"></span>对讲机</div>
<div class="num" @click="handZfzbPage('8')">{{ zfdjjzs }}</div>
</div>
<div class="content_bottom_item">
<div class="label"><span class="icon wxs"></span>问询室</div>
<div class="num" @click="">0</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -67,6 +67,7 @@ public class EquipmentHistoryVideoScheduleService {
@Scheduled(cron = "0 * * * * ?")
public void scheduleTask() {
log.info("获取装备历史视频开始。。。。");
log.error("任务异常", e);
}
log.info("获取装备历史视频结束。。。。");