查询台站监测数据信息无法正常回显探测器编码问题修改
This commit is contained in:
parent
3fb6809af1
commit
28d79939cf
|
@ -449,8 +449,8 @@ public class StationOperationServiceImpl extends ServiceImpl<StationOperationMap
|
|||
}
|
||||
detectorData.setDataList(dataInfoList);
|
||||
if (CollectionUtils.isNotEmpty(detectorInfoMap)){
|
||||
if (StringUtils.isNotBlank(detectorInfoMap.get(detectorId))){
|
||||
detectorData.setDetectorCode(detectorInfoMap.get(detectorId));
|
||||
if (StringUtils.isNotBlank(detectorInfoMap.get(detectorId.toString()))){
|
||||
detectorData.setDetectorCode(detectorInfoMap.get(detectorId.toString()));
|
||||
}
|
||||
}
|
||||
detectorMap.put(String.valueOf(detectorId), detectorData);
|
||||
|
|
Loading…
Reference in New Issue
Block a user