Commit fc8ddd61 authored by caotao's avatar caotao

中间大屏接口调整。

parent e8bec16f
......@@ -310,7 +310,7 @@ public class StationBasicServiceImpl extends BaseService<StationBasicDto, Statio
//便利返回给地图的数据并对数据进行处理
list.forEach(stationRecordInfo -> {
StationInfoDto stationInfoDto = new StationInfoDto();
stationInfoDto.setStationId(stationInfoDto.getStationId());
stationInfoDto.setStationId(stationRecordInfo.getStationId());
stationInfoDto.setStationName(stationRecordInfo.getStationName());
stationInfoDto.setType(stationRecordInfo.getStationType());
//url 暂时写死
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment