src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/ComplaintServiceImpl.kt
@@ -33,7 +33,7 @@ //以飞羽监管系统中的用户为主体 2 -> { val task = taskRep.findOneTask(areaVo) ?: throw BizException("当前查询条件下未找到对应顶层任务") val scenes = sceneRep.findScene(task.tguid!!, areaVo.scensetypeid?.toInt(), areaVo.towncode) val scenes = sceneRep.findSceneList(task.tguid!!, areaVo.scensetypeid?.toInt(), areaVo.towncode) .map { it?.guid } val idList = userInfoSVRep.findUser(scenes).map { it?.guid } userMapRep.findBySVUserId(idList).map { it?.tzUserId }