feat:空域详情附带返回groupid
This commit is contained in:
parent
29cca79264
commit
a87cf1f88d
|
|
@ -152,6 +152,8 @@ public class AirlineAreaGroupServiceImpl implements IAirlineAreaGroupService {
|
||||||
log.warn("无法解析用户ID: {}", areaDTO.getCreateBy());
|
log.warn("无法解析用户ID: {}", areaDTO.getCreateBy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
areaDTOs.add(areaDTO);
|
||||||
}
|
}
|
||||||
|
|
||||||
dto.setGroupInfos(areaDTOs);
|
dto.setGroupInfos(areaDTOs);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue