diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ReportGenerationService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ReportGenerationService.java index f13bf58..a70d6bc 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ReportGenerationService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/ReportGenerationService.java @@ -57,7 +57,7 @@ public class ReportGenerationService { XWPFTableRow row = table.createRow(); row.getCell(0).setText(fileRedactionLog.getFilename()); row.getCell(1).setText(String.valueOf(page)); - row.getCell(2).setText(String.valueOf(redactionLogEntry.getSectionNumber())); + row.getCell(2).setText(redactionLogEntry.getSection()); row.getCell(3).setText(redactionLogEntry.getReason()); }); }