Browse Source

20210517导出pdf的bug

sd
zy_Java 4 years ago
parent
commit
bc8525188b
  1. 4
      ht/src/main/java/com/ccsens/ht/service/PatientReportService.java

4
ht/src/main/java/com/ccsens/ht/service/PatientReportService.java

@ -633,10 +633,10 @@ public class PatientReportService implements IPatientReportService {
scoreCell.setBorderRight(1);
questionTable.add(row);
PdfUtil.Row tempRow = new PdfUtil.Row();
PdfUtil.Cell cell = addCell(tempRow, "仅供临床医生参考。", scoreSpan + questionSpan + 1, 1);
tempRow.addCell(cell);
questionTable.add(tempRow);
initLast(questionTable, scoreSpan + questionSpan + 1);
}
}

Loading…
Cancel
Save