| 
					
				 | 
			
			
				@@ -299,8 +299,8 @@ public class StudentRegistrationController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 String[] body = {"userId", "userName", "gender ? '男' : '女'", "phone", "currentGrade", "subjectFirstName", "subjectSecondName", "isAllowAdjust ? '是' : '否'", "kitPurchaseMethod", "cloudTeacherMethod"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 workbook = POIUtil.exportExcel(header, body, studentPreRegistration.getRows()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                String[] header = {"学员编号", "学员姓名", "性别", "联系电话", "年级班级", "选报声部1", "选报声部2", "是否服从调剂", "乐器准备方式"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                String[] body = {"userId", "userName", "gender ? '男' : '女'", "phone", "currentGrade", "subjectFirstName", "subjectSecondName", "isAllowAdjust ? '是' : '否'", "kitPurchaseMethod"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                String[] header = {"学员编号", "学员姓名", "性别", "联系电话", "年级班级", "选报声部1", "选报声部2", "是否服从调剂", "乐器准备方式", "练习系统"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                String[] body = {"userId", "userName", "gender ? '男' : '女'", "phone", "currentGrade", "subjectFirstName", "subjectSecondName", "isAllowAdjust ? '是' : '否'", "kitPurchaseMethod", "cloudTeacherMethod"}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 workbook = POIUtil.exportExcel(header, body, studentPreRegistration.getRows()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |