From c107112fcbe4262077d9f1fb6382e635d9c89dcc Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 15 七月 2025 09:26:27 +0800 Subject: [PATCH] 视频监控URL增加一个路径参数&date=以备实现手动刷新 --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java index ae0ad20..29f2f4f 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java @@ -1,7 +1,7 @@ package com.dy.pipIrrGlobal.daoAllRound; import com.baomidou.mybatisplus.core.mapper.BaseMapper; -import com.dy.pipIrrGlobal.VoAllRound.VoArIntakeRemote; +import com.dy.pipIrrGlobal.voAllRound.VoArIntakeRemote; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; -- Gitblit v1.8.0