杜洪波
2025-07-08 adaa62aade124c5180bfa1cbb17a671f7f407325
src/main/java/com/product/server/report/service/ChartPropertyConfigService.java
@@ -114,8 +114,10 @@
                //再添加数据
                if(!BaseUtil.dataTableIsEmpty(attributeDataTable)){
                    for (int j = 0; j < attributeDataTable.getRows(); j++) {
                       FieldSetEntity fieldSetEntity = attributeDataTable.getFieldSetEntity(j);
                        FieldSetEntity fieldSetEntity = attributeDataTable.getFieldSetEntity(j);
                        fieldSetEntity.setValue("report_config_uuid", subChartsUuid);
                        fieldSetEntity.setValue("`grouping`", fieldSetEntity.getString("grouping"));
                        fieldSetEntity.remove("grouping");
                        String report_type_attr_value = fieldSetEntity.getString("report_type_attr_value");
                        if(!BaseUtil.strIsNull(report_type_attr_value) && report_type_attr_value.contains("{#") && report_type_attr_value.contains("#}")){
                            String field_name = report_type_attr_value.replace("{#", "").replace("#}", "");