|
|
|
@ -117,7 +117,7 @@ public class DiseasePhysicalManageServiceImpl implements DiseasePhysicalManageSe
|
|
|
|
|
for (DiseasePhysicalLocationNodeVo physicalLocationNodeVo : child) {
|
|
|
|
|
String nodeId = physicalLocationNodeVo.getId();
|
|
|
|
|
physicalLocationNodeVo.setFlag(
|
|
|
|
|
locationIds.contains(nodeId) || indicatorMap.containsKey(nodeId));
|
|
|
|
|
locationIds.contains(nodeId) || !indicatorMap.containsKey(nodeId));
|
|
|
|
|
if (Objects.nonNull(indicatorMap.get(nodeId))) {
|
|
|
|
|
physicalLocationNodeVo.setIndicatorValue(indicatorMap.get(nodeId).getIndicatorValue());
|
|
|
|
|
}
|
|
|
|
|