|  | @@ -292,9 +292,9 @@ public class ExportController extends BaseController {
 | 
	
		
			
				|  |  |                      row.setStudentStatus("退团");
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  if (row.getIsActive()) {
 | 
	
		
			
				|  |  | -                    row.setActiveName("在读");
 | 
	
		
			
				|  |  | +                    row.setActiveName("是");
 | 
	
		
			
				|  |  |                  } else {
 | 
	
		
			
				|  |  | -                    row.setActiveName("退团");
 | 
	
		
			
				|  |  | +                    row.setActiveName("否");
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |                  if(row.getIsNewStudent().equals(1)){
 | 
	
		
			
				|  |  |                      row.setIsNewStudentStr("是");
 | 
	
	
		
			
				|  | @@ -306,7 +306,7 @@ public class ExportController extends BaseController {
 | 
	
		
			
				|  |  |              String[] header = {"学生姓名", "性别", "联系电话", "年级班级", "专业", "学员状态", "新增学员", "缴费金额",
 | 
	
		
			
				|  |  |                      "下次缴费日期", "报名缴费", "是否激活"};
 | 
	
		
			
				|  |  |              String[] body = {"realName", "gender", "phone", "currentGrade", "subjectName", "studentStatus", "isNewStudentStr",
 | 
	
		
			
				|  |  | -                    "courseFee", "nextPaymentDate", "activeName"};
 | 
	
		
			
				|  |  | +                    "courseFee", "nextPaymentDate","paymentStatus", "activeName"};
 | 
	
		
			
				|  |  |              HSSFWorkbook workbook = POIUtil.exportExcel(header, body, musicGroupStudentsDtoPageInfo.getRows());
 | 
	
		
			
				|  |  |              response.setContentType("application/octet-stream");
 | 
	
		
			
				|  |  |              response.setHeader("Content-Disposition", "attachment;filename=lender-" + DateUtil.getDate(new Date()) + ".xls");
 |