|  | @@ -204,15 +204,10 @@ public class StudentManageServiceImpl implements StudentManageService {
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if(userContractVersionMap.containsKey(dto.getUserId())){
 | 
	
		
			
				|  |  | -//                dto.setContractVersions(StringUtils.join(userContractVersionMap.get(dto.getUserId()), ","));
 | 
	
		
			
				|  |  |                  dto.setIsSignedContract(true);
 | 
	
		
			
				|  |  |              }else{
 | 
	
		
			
				|  |  |                  dto.setIsSignedContract(false);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -//            for (Subject subject : studentSubject) {
 | 
	
		
			
				|  |  | -//                if(!subject.getId().equals(dto.getUserId())) continue;
 | 
	
		
			
				|  |  | -//                dto.setSubjectName(subject.getName());
 | 
	
		
			
				|  |  | -//            }
 | 
	
		
			
				|  |  |              //年级
 | 
	
		
			
				|  |  |              dto.setCurrentGrade(studentService.getStudentGrade(dto.getGradeType(),dto.getCurrentGradeNum()));
 | 
	
		
			
				|  |  |          }
 |