多语言功能修改
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user