Răsfoiți Sursa

保存图片路径

gushoubang 11 luni în urmă
părinte
comite
98a69ddb4f

+ 2 - 0
onemap-modules/onemap-analyse/src/main/java/com/onemap/analyse/service/impl/ReportServiceImpl.java

@@ -301,6 +301,8 @@ public class ReportServiceImpl implements IReportService {
                 XWPFParagraph paraImag = row.getCell(0).addParagraph();
                 paraImag.setAlignment(ParagraphAlignment.CENTER); // 居中对齐
 
+                System.out.println("图片路径path:" + path);
+
                 XWPFRun run = paraImag.createRun();
                 // File imageFile = new File("states.png");
                 File imageFile = new File(path);