[测评系统]--测评系统核心代码库
wzp
2024-12-30 6620dc7b245127616cb580700eb026da03e96de5
src/main/java/com/ots/project/tool/report/APIFan/chart/APIFanChart.java
@@ -75,7 +75,7 @@
            textMap.put("P_Impmg11","65");
            textMap.put("BST1","66");
            textMap.put("BST2","67");
            textMap.put("box","1");
            textMap.put("Box","1");
            changeChart(document,textMap);
            document.write(os);
        }catch (Exception e){
@@ -122,7 +122,7 @@
                    if (text.contains("{{box0}}")) {  // 检查是否包含要替换的文字变量
                        String picturePath = ""; // 图片路径
                        String Box = (String) textMap.get("box");
                        String Box = (String) textMap.get("Box");
                        int box = Integer.parseInt(Box);
                        if(box== 0)
                        {
@@ -163,7 +163,7 @@
                    if (text.contains("{{box1}}")) {  // 检查是否包含要替换的文字变量
                        String picturePath = ""; // 图片路径
                        String Box = (String) textMap.get("box");
                        String Box = (String) textMap.get("Box");
                        int box = Integer.parseInt(Box);
                        if(box== 1)
                        {
@@ -203,7 +203,7 @@
                    if (text.contains("{{box2}}")) {  // 检查是否包含要替换的文字变量
                        String picturePath = ""; // 图片路径
                        String Box = (String) textMap.get("box");
                        String Box = (String) textMap.get("Box");
                        int box = Integer.parseInt(Box);
                        if(box== 2)
                        {