上饶市公安局wvp平台
zhongrj
2023-06-29 151ab5676b76711854b3e0cf0ed32afb8e8dcbf0
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);
    }