feat:指数倍提升性能,使用缓存
This commit is contained in:
parent
41bf2e49dc
commit
035fca6e4c
@ -302,7 +302,7 @@ public class BeanProperty {
|
|||||||
// 写入默认值
|
// 写入默认值
|
||||||
Object value = ReflectionUtils.getFieldValue(instance, property.name);
|
Object value = ReflectionUtils.getFieldValue(instance, property.name);
|
||||||
if (null != value) {
|
if (null != value) {
|
||||||
property.option("initialValue", property.name);
|
property.option("initialValue", value);
|
||||||
}
|
}
|
||||||
return property;
|
return property;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user