소스 검색

导出调整

shuzhan 10 달 전
부모
커밋
b184af48b6
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      web/src/main/java/com/jpsoft/campus/modules/base/controller/ApplicationPrimaryController.java

+ 7 - 7
web/src/main/java/com/jpsoft/campus/modules/base/controller/ApplicationPrimaryController.java

@@ -2520,8 +2520,8 @@ public class ApplicationPrimaryController {
             cellTitle10.setCellValue("联系电话");
             HSSFCell cellTitle11 = rowTitle.createCell(10);
             cellTitle11.setCellValue("学生地址");
-            HSSFCell cellTitle12 = rowTitle.createCell(11);
-            cellTitle12.setCellValue("插班生报名年级");
+//            HSSFCell cellTitle12 = rowTitle.createCell(11);
+//            cellTitle12.setCellValue("插班生报名年级");
 
 //            int maxColumn = sheet.getRow(0).getPhysicalNumberOfCells();
 //            for(int i = 1; i < maxColumn; i++) {
@@ -2674,11 +2674,11 @@ public class ApplicationPrimaryController {
                 HSSFCell cellContent11 = rowContent.createCell(10);
                 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