| 
														
															@@ -2397,10 +2397,10 @@ public class ExportServiceImpl implements ExportService { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             for (CourseScheduleEndDto row : rows) { 
														 | 
														
														 | 
														
															             for (CourseScheduleEndDto row : rows) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 row.setIsComplaints(StringUtils.equals(row.getIsComplaints(), "1") ? "有" : "无"); 
														 | 
														
														 | 
														
															                 row.setIsComplaints(StringUtils.equals(row.getIsComplaints(), "1") ? "有" : "无"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } 
														 | 
														
														 | 
														
															             } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            HSSFWorkbook workbook = POIUtil.exportExcel(new String[]{"分部名称", "乐团主管", "课程编号", "开始时间", "结束时间", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            HSSFWorkbook workbook = POIUtil.exportExcel(new String[]{"分部名称", "乐团主管", "课程编号", "课程组编号", "开始时间", "结束时间", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     "班级名称", "班级声部", "课程名称", "课程类型", "教学模式", 
														 | 
														
														 | 
														
															                     "班级名称", "班级声部", "课程名称", "课程类型", "教学模式", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     "教学点", "课程状态", "指导老师", "学员编号", "是否点名", "是否有考勤申诉", "预计上课人数","合作单位"}, new String[]{ 
														 | 
														
														 | 
														
															                     "教学点", "课程状态", "指导老师", "学员编号", "是否点名", "是否有考勤申诉", "预计上课人数","合作单位"}, new String[]{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                    "organName", "educationTeacherName", "id", "startClassTime", "endClassTime", "classGroupName", "subjectName", "name", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    "organName", "educationTeacherName", "id", "musicGroupId", "startClassTime", "endClassTime", "classGroupName", "subjectName", "name", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     "groupType.desc", "teachMode.msg", "schoolName", "status.msg", "teacherName", "studentId", "isCallNames.msg", "isComplaints", "studentNum","cooperationOrgan"}, rows); 
														 | 
														
														 | 
														
															                     "groupType.desc", "teachMode.msg", "schoolName", "status.msg", "teacherName", "studentId", "isCallNames.msg", "isComplaints", "studentNum","cooperationOrgan"}, rows); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             exportManagerDownload(workbook,managerDownload); 
														 | 
														
														 | 
														
															             exportManagerDownload(workbook,managerDownload); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }catch (Exception e){ 
														 | 
														
														 | 
														
															         }catch (Exception e){ 
														 |