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