From 0355957595a0bfce3b737338bf603bdf70481860 Mon Sep 17 00:00:00 2001 From: wangyu <727842003@qq.com> Date: Sat, 11 Dec 2021 17:25:57 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/flyfish/framework/beans/meta/BeanProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); } } // 优雅的设置额外的属性