From ccd75989fc3c5822a565b3bb263e1883ee1cd800 Mon Sep 17 00:00:00 2001 From: sjh Date: Thu, 13 Feb 2025 18:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E7=8A=B6=E6=80=81=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/biutag/supervision/mapper/WvpDeviceChannelMapper.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/com/biutag/supervision/mapper/WvpDeviceChannelMapper.java b/src/main/java/com/biutag/supervision/mapper/WvpDeviceChannelMapper.java index b57c85b..c2e5d97 100644 --- a/src/main/java/com/biutag/supervision/mapper/WvpDeviceChannelMapper.java +++ b/src/main/java/com/biutag/supervision/mapper/WvpDeviceChannelMapper.java @@ -11,8 +11,6 @@ import java.util.List; public interface WvpDeviceChannelMapper extends BaseMapper { @Select("SELECT status " + "FROM wvp_device_channel " + - "WHERE address != '0.0.0.0' " + - "AND status is not null " + - "AND longitude is not null;") + "WHERE parental = 0;") List getVideoStatus(); } \ No newline at end of file