多语言功能修改

This commit is contained in:
2026-01-21 15:02:10 +08:00
parent 69a117105b
commit f417e661ce
6 changed files with 60 additions and 15 deletions

View File

@ -198,6 +198,7 @@ public class EventServiceImpl implements EventService {
List<Long> eventIds = new ArrayList<>();
StationPageReqVO spv = new StationPageReqVO();
spv.setIds(stationIdList);
spv.setLang(vo.getLang());
DataResult<List<Station>> listDataResult = businessFeignClient.selectStationByCondition(spv);
List<Station> stationList = listDataResult.getData();
Map<Integer, String> stationIdNameMap = stationList.stream().collect(Collectors.toMap(Station::getId, Station::getName));