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) { } }