|
@@ -2520,8 +2520,8 @@ public class ApplicationPrimaryController {
|
|
cellTitle10.setCellValue("联系电话");
|
|
cellTitle10.setCellValue("联系电话");
|
|
HSSFCell cellTitle11 = rowTitle.createCell(10);
|
|
HSSFCell cellTitle11 = rowTitle.createCell(10);
|
|
cellTitle11.setCellValue("学生地址");
|
|
cellTitle11.setCellValue("学生地址");
|
|
- HSSFCell cellTitle12 = rowTitle.createCell(11);
|
|
|
|
- cellTitle12.setCellValue("插班生报名年级");
|
|
|
|
|
|
+// HSSFCell cellTitle12 = rowTitle.createCell(11);
|
|
|
|
+// cellTitle12.setCellValue("插班生报名年级");
|
|
|
|
|
|
// int maxColumn = sheet.getRow(0).getPhysicalNumberOfCells();
|
|
// int maxColumn = sheet.getRow(0).getPhysicalNumberOfCells();
|
|
// for(int i = 1; i < maxColumn; i++) {
|
|
// for(int i = 1; i < maxColumn; i++) {
|
|
@@ -2674,11 +2674,11 @@ public class ApplicationPrimaryController {
|
|
HSSFCell cellContent11 = rowContent.createCell(10);
|
|
HSSFCell cellContent11 = rowContent.createCell(10);
|
|
cellContent11.setCellValue(apDTO.getAddress());
|
|
cellContent11.setCellValue(apDTO.getAddress());
|
|
|
|
|
|
- //插班转学录取年级
|
|
|
|
- HSSFCell cellContent12 = rowContent.createCell(11);
|
|
|
|
- if(apDTO.getSchoolNumber() != null) {
|
|
|
|
- cellContent12.setCellValue(apDTO.getSchoolNumber().getGradeStr());
|
|
|
|
- }
|
|
|
|
|
|
+// //插班转学录取年级
|
|
|
|
+// HSSFCell cellContent12 = rowContent.createCell(11);
|
|
|
|
+// if(apDTO.getSchoolNumber() != null) {
|
|
|
|
+// cellContent12.setCellValue(apDTO.getSchoolNumber().getGradeStr());
|
|
|
|
+// }
|
|
}
|
|
}
|
|
|
|
|
|
//todo 将wb保存到oss
|
|
//todo 将wb保存到oss
|