|
|
@@ -289,13 +289,14 @@ public class GenerateReportWordService { |
|
|
|
str = "问题描述"; |
|
|
|
cell.add(new Paragraph(str, font)); |
|
|
|
} else if (j == 4) { |
|
|
|
str = inspectionFile.getQuestionDesc(); |
|
|
|
str = inspectionFile.getQuestionName(); |
|
|
|
cell.add(new Paragraph(str, font)); |
|
|
|
} else if (j == 5) { |
|
|
|
str = "问题图片"; |
|
|
|
cell.add(new Paragraph(str, font)); |
|
|
|
} else if (j == 6) { |
|
|
|
cell = this.getImageCell(CommonConfig.imageURL + inspectionFile.getFileThumbnail());; |
|
|
|
String imageUrl = inspectionFile.getFileOriginal(); |
|
|
|
cell = this.getImageCell(imageUrl); |
|
|
|
} |
|
|
|
table.addCell(cell); |
|
|
|
} |