Selaa lähdekoodia

修改临时文件输出路径

master
CMM 1 vuosi sitten
vanhempi
commit
6983663ba2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/todocenter/utils/PdfUtils.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/todocenter/utils/PdfUtils.java Näytä tiedosto

@@ -51,7 +51,7 @@ public class PdfUtils {
new File(filePath).mkdir();
}
//字体格式
String FONT = templatePath + File.separator + "template" + File.separator + "simsun.ttc";
String FONT = templatePath + "template" + File.separator + "simsun.ttc";
StringBuilder stringBuilder = new StringBuilder();
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(templateHtmlInputStream, StandardCharsets.UTF_8));
String line;


Loading…
Peruuta
Tallenna