src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/UserMapServiceImpl.kt
@@ -96,7 +96,7 @@ } } override fun fetchDeviceMap(areaVo: AreaVo): List<DeviceMapVo?> { override fun fetchDeviceMap(page: Int?, perPage: Int?, areaVo: AreaVo): List<DeviceMapVo?> { // 1.通过区域条件获取主体用户 val userIdList = when (areaVo.sourceType) { //以飞羽环境系统中的用户为主体