@@ -354,7 +354,7 @@ public class GenerateReportWordService { | |||
} else { | |||
imageTileCell = this.getCell(font, "处理图片" + (i+1)); | |||
} | |||
imageUrl = CommonConfig.imageURL + list.get(i); | |||
imageUrl = list.get(i); | |||
Cell imageCell = this.getImageCell(imageUrl); | |||
table.addCell(imageTileCell); | |||
table.addCell(imageCell); |