fix
Helius
2022-07-08 dbf11f836819a29170d5e0c7c89fe15cb39d4308
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());