上饶市公安局wvp平台
zhongrj
2025-01-16 f1d079f9c0b3d384090477ca54e0548373d62b57
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);
    }