diff --git a/flyfish-web/src/main/java/com/flyfish/framework/beans/meta/BeanProperty.java b/flyfish-web/src/main/java/com/flyfish/framework/beans/meta/BeanProperty.java index e181c89..dd70a64 100644 --- a/flyfish-web/src/main/java/com/flyfish/framework/beans/meta/BeanProperty.java +++ b/flyfish-web/src/main/java/com/flyfish/framework/beans/meta/BeanProperty.java @@ -152,7 +152,7 @@ public class BeanProperty { } else { MergedAnnotation single = annotations.get(ComputedProps.class); if (single.isPresent()) { - property.extra.put(BeanProps.LINKED, Collections.singletonList(links.asMap())); + property.extra.put(BeanProps.LINKED, Collections.singletonList(single.asMap())); } } // 优雅的设置额外的属性