Commit fd811797 authored by Administrator's avatar Administrator

udpate

parent 7cfc5b82
......@@ -209,7 +209,7 @@ public class ForceFiledViewer {
} else if (withObjType) {
Map<String, Object> container = new HashMap<>();
container.put("type", field.getValue().getType());
container.put("value", null);
container.put("value", field.getValue().toString());
container.put("hash", o.hashCode());
ret.put(field.getKey(), container);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment