|
@@ -38,7 +38,7 @@ public class EntityProcessEZaAll extends EntityProcess {
|
|
|
List<Lemma> uprightType = createEntityTree(aiOut, EntityEnum.UPRIGHTTYPE.toString());
|
|
|
if(ListUtil.isNotEmpty(uprightType)){
|
|
|
long count = uprightType.stream().filter(obj -> EntityEnum.UPRIGHTTYPE.toString().equals(obj.getProperty())).count();
|
|
|
- if(count>0){
|
|
|
+ if(count>0 && uprightType.size() == count){
|
|
|
development.setName(EntityEnum.UPRIGHTTYPE.toString());
|
|
|
}
|
|
|
}
|