648540858
2024-05-08 186b00e9b308937397bd652e2b149cb799b087bd
src/main/java/com/genersoft/iot/vmp/service/impl/DeviceChannelServiceImpl.java
@@ -353,4 +353,14 @@
            redisCatchStorage.sendMobilePositionMsg(jsonObject);
        }
    }
    @Override
    public void batchUpdateChannelGPS(List<DeviceChannel> channelList) {
    }
    @Override
    public void batchAddMobilePosition(List<MobilePosition> mobilePositions) {
    }
}