mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-09-28 08:23:20 +08:00
1.3.2
This commit is contained in:
@@ -116,7 +116,7 @@ public class ObjUtil {
|
||||
}
|
||||
}
|
||||
Object o = f.get(obj);
|
||||
if (null == o || o.getClass().isPrimitive() || o instanceof String) {
|
||||
if (null == o || o.getClass().isPrimitive() || o instanceof String || o instanceof Enum) {
|
||||
if (null == o && !putNull) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user