|  | @@ -55,7 +55,7 @@ public class StudentController extends BaseController {
 | 
	
		
			
				|  |  |          // 覆盖data
 | 
	
		
			
				|  |  |          // ajax.put(AjaxResult.DATA_TAG, student);
 | 
	
		
			
				|  |  |          // -------------------------------- tom add  --------------------------------
 | 
	
		
			
				|  |  | -        return success(studentService.getInfo(userId));
 | 
	
		
			
				|  |  | +        return studentService.getInfo(userId);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |