|  | @@ -3,6 +3,7 @@ package com.keao.edu.user.service.impl;
 | 
	
		
			
				|  |  |  import com.keao.edu.common.dal.BaseDAO;
 | 
	
		
			
				|  |  |  import com.keao.edu.common.service.impl.BaseServiceImpl;
 | 
	
		
			
				|  |  |  import com.keao.edu.user.api.entity.ExamRoom;
 | 
	
		
			
				|  |  | +import com.keao.edu.user.api.entity.ExamRoomStudentRelation;
 | 
	
		
			
				|  |  |  import com.keao.edu.user.dao.ExamRoomDao;
 | 
	
		
			
				|  |  |  import com.keao.edu.user.dao.ExamRoomStudentRelationDao;
 | 
	
		
			
				|  |  |  import com.keao.edu.user.dao.ExamTeacherSalaryDao;
 | 
	
	
		
			
				|  | @@ -41,6 +42,7 @@ public class ExamTeacherSalaryServiceImpl extends BaseServiceImpl<Long, ExamTeac
 | 
	
		
			
				|  |  |  		if(CollectionUtils.isEmpty(examRooms)){
 | 
	
		
			
				|  |  |  			return;
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  | -		List<Long> roomIds = examRooms.stream().map(ExamRoom::getId).collect(Collectors.toList());
 | 
	
		
			
				|  |  | +		ExamRoomStudentRelation examRoomStudentRelations = examRoomStudentRelationDao.getExamRoomStudentRelations(examId, null, null);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  }
 |