|  | @@ -215,6 +215,7 @@ public class ExportController extends BaseController {
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              } else if (row.getGroupType().equals(GroupType.VIP)) {
 | 
	
		
			
				|  |  | +                row.setCourseFee(row.getActualAmount());
 | 
	
		
			
				|  |  |                  VipGroup vipGroupInfo = vipGroupDao.findVipGroupInfo(Integer.parseInt(row.getMusicGroupId()), row.getClassGroupId());
 | 
	
		
			
				|  |  |                  if (vipGroupInfo != null) {
 | 
	
		
			
				|  |  |                      row.setSchoolName(vipGroupInfo.getSchoolName());
 |