@ -246,6 +246,7 @@ public class ExportService implements IExportService {
PdfUtil.Row purpose = new PdfUtil.Row();
PdfUtil.Cell cell = new PdfUtil.Cell(Constant.Export.PURPOSE_MAP.get(code), 4, 1);
cell.setBorderRight(1);
cell.setCenter(false);
purpose.addCell(cell);
content.add(purpose);
}