feat:修改错误的映射
This commit is contained in:
parent
5f2aaf5a55
commit
0355957595
@ -152,7 +152,7 @@ public class BeanProperty {
|
||||
} else {
|
||||
MergedAnnotation<ComputedProps> 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()));
|
||||
}
|
||||
}
|
||||
// 优雅的设置额外的属性
|
||||
|
Loading…
Reference in New Issue
Block a user