| src/main/java/com/genersoft/iot/vmp/service/impl/DeviceChannelServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/genersoft/iot/vmp/service/impl/DeviceChannelServiceImpl.java
@@ -102,7 +102,7 @@ } channelMapper.updateChannelSubCount(deviceId,channel.getParentId()); // 更新移动位置信息 updateMobilePosition(channel); // updateMobilePosition(channel); //更新坐标绑定关系 handleBindPosition(deviceChannel,channel); }