[测评系统]--测评系统核心代码库
linzhijie
2021-10-11 3a82044eb1bcf420861de0fcd87db5c3621f1607
src/main/java/com/ots/common/utils/poi/WordUtil.java
@@ -859,7 +859,7 @@
        changeTable(document, textMap);
        //设置图表控件
        //changChar(textMap, document, reportType, templateType);
        changChar(textMap, document, reportType, templateType);
        document.write(out);
    }
    private static void changeTextBox(XWPFDocument document, Map<String, Object> textMap) throws DocumentException {