[测评系统]--测评系统核心代码库
wzp
2024-02-02 0591cd8fa37cff88f595afcafac499047b0e22bb
变量修正
1个文件已修改
8 ■■■■ 已修改文件
src/main/java/com/ots/project/tool/report/APIFan/chart/APIFanChart.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
                        {