fix bug #I4402K

This commit is contained in:
申劭明 2021-08-05 06:09:50 +00:00 committed by Gitee
parent 89e412d985
commit 2e628b08c5

View File

@ -155,6 +155,7 @@ public class MapProxy implements Map<Object, Object>, OptNullBasicTypeFromObject
final String fieldName = StrUtil.removePreAndLowerFirst(methodName, 3);
if (StrUtil.isNotBlank(fieldName)) {
this.put(fieldName, args[0]);
return proxy;
}
} else if ("equals".equals(methodName)) {
return this.equals(args[0]);