|
@@ -158,7 +158,7 @@ public class StmtTerminalUserController
|
|
|
expiredStr = days + "天到期";
|
|
|
}
|
|
|
|
|
|
- row.createCell(4).setCellValue(expiredStr);
|
|
|
+ row.createCell(4).setCellValue(new HSSFRichTextString(expiredStr));
|
|
|
row.createCell(5).setCellValue(vo.getCampusContactName());
|
|
|
row.createCell(6).setCellValue(vo.getCampusContactWay());
|
|
|
row.createCell(7).setCellValue(vo.getCampusName());
|