@@ -145,7 +145,7 @@ public class StmtCampusController
HSSFCell cell = row.createCell(7);
- cell.setCellValue(vo.getGmtCreated());
+ cell.setCellValue(vo.getGmtModified());
cell.setCellStyle(cellStyle);
}