src/main/java/com/xcong/farmer/cms/core/node/PartNode.java
@@ -71,7 +71,7 @@ i++; } } else if (parseData instanceof Map) { } else if (parseData instanceof Object) { if (StrUtil.isNotBlank(attrNode.getField())) { Map<String, Object> data = new HashMap<>(); data.put("index", 1); @@ -85,10 +85,6 @@ } } } } if (attrNode.tagsEnum != null && attrNode.tagsEnum.getType() == 1) { this.put(attrNode.getField(), result.toString()); } attrNode.getElement().append(result.toString());