|
|
@ -1104,12 +1104,6 @@ public class CollectModel {
|
|
|
|
record.set("person_id", person_id);
|
|
|
|
record.set("person_id", person_id);
|
|
|
|
for (Map.Entry<String, Object> entry : jo.entrySet()) {
|
|
|
|
for (Map.Entry<String, Object> entry : jo.entrySet()) {
|
|
|
|
String key = entry.getKey();
|
|
|
|
String key = entry.getKey();
|
|
|
|
/**
|
|
|
|
|
|
|
|
blockquote:为布局组件,不用设置为字段
|
|
|
|
|
|
|
|
line:为布局组件,不用设置为字段
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (key.equals("blockquote")) continue;
|
|
|
|
|
|
|
|
if (key.equals("line")) continue;
|
|
|
|
|
|
|
|
Object value = entry.getValue();
|
|
|
|
Object value = entry.getValue();
|
|
|
|
record.set(key, value);
|
|
|
|
record.set(key, value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|