From e4bd5c35f7ced8854b1caa6defa342d35d337b5e Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期二, 04 十一月 2025 17:57:33 +0800
Subject: [PATCH] 图表配置优化

---
 src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java b/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
index c2bc0ca..6b0d085 100644
--- a/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
+++ b/src/main/java/com/product/server/report/service/idel/IGenerateEChartService.java
@@ -31,7 +31,7 @@
      * @return
      * @throws BaseException
      */
-   void getAllProperties(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException;
+   void getAllJSONAttrs(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException;
 
     /**
      * 鑾峰彇涓婄骇鏁版嵁骞舵嫾瑁卝son
@@ -76,7 +76,7 @@
      * @return
      * @throws BaseException
      */
-    List<String> releaseConfig(FieldSetEntity fieldSetEntity,String module_uuid,String parentCode)throws BaseException;
+    List<String> releaseConfig(FieldSetEntity fieldSetEntity,String parentModuleUUID)throws BaseException;
 
     /**
      * 鍙栨秷鍙戝竷

--
Gitblit v1.9.2