mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix
This commit is contained in:
parent
2034b59042
commit
3ca4063ea5
@ -239,7 +239,7 @@ public class BeanCopier<T> implements Copier<T>, Serializable {
|
||||
|
||||
// 对key做映射,映射后为null的忽略之
|
||||
// 这里 copyOptions.editFieldName() 不能少,否则导致 CopyOptions setFieldNameEditor 失效
|
||||
final String providerKey = copyOptions.editFieldName(copyOptions.getMappedFieldName(fieldName, false));
|
||||
final String providerKey = copyOptions.editFieldName(copyOptions.getMappedFieldName(fieldName, true));
|
||||
if(null == providerKey){
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user