|  | @@ -92,6 +92,9 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
	
		
			
				|  |  |      private StudentOperatingVisitDao studentOperatingVisitDao;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  | +    private CooperationOrganService cooperationOrganService;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    @Autowired
 | 
	
		
			
				|  |  |      private StudentPlusMapper studentPlusMapper;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
	
		
			
				|  | @@ -1402,6 +1405,9 @@ public class StudentServiceImpl extends BaseServiceImpl<Integer, Student> implem
 | 
	
		
			
				|  |  |          if (studentRegister == null) {
 | 
	
		
			
				|  |  |              return studentDetail;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        // 学校分部
 | 
	
		
			
				|  |  | +        CooperationOrgan cooperationOrgan = cooperationOrganService.get(queryInfo.getCooperationOrganId());
 | 
	
		
			
				|  |  | +        studentDetail.setOrganId(cooperationOrgan.getOrganId());
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          SysUser sysUser = sysUserFeignService.queryUserById(studentDetail.getStudentId());
 |