|
|
@@ -244,9 +244,9 @@ public class PdfUtil {
|
|
|
|
|
|
final List<LinkedHashMap> questionPdfVoList = (List<LinkedHashMap>) data.get("questions");
|
|
|
if (ObjectUtil.isEmpty(questionPdfVoList)) {
|
|
|
- PdfUtil.createPDFCell(tableFont, table, "无", Element.ALIGN_MIDDLE, 2, 1);
|
|
|
- PdfUtil.createPDFCell(tableFont, table, StringUtil.EMPTY_STRING, Element.ALIGN_LEFT, 4, 1);
|
|
|
- PdfUtil.createPDFCell(tableFont, table, StringUtil.EMPTY_STRING, Element.ALIGN_MIDDLE, 4, 1);
|
|
|
+ PdfUtil.createPDFCell(tableFont, table, "/", Element.ALIGN_MIDDLE, 2, 1);
|
|
|
+ PdfUtil.createPDFCell(tableFont, table, "/", Element.ALIGN_MIDDLE, 4, 1);
|
|
|
+ PdfUtil.createPDFCell(tableFont, table, "/", Element.ALIGN_MIDDLE, 4, 1);
|
|
|
document.add(table);
|
|
|
return;
|
|
|
}
|