|  | @@ -125,6 +125,7 @@ public class ExamRoomServiceImpl extends BaseServiceImpl<Long, ExamRoom> impleme
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		examRoom.setTenantId(TenantContextHolder.getTenantId());
 | 
	
		
			
				|  |  |  		examRoom.setExamPlanPushFlag(YesOrNoEnum.NO);
 | 
	
		
			
				|  |  | +		examRoom.setExamRoomStudentNum(0);
 | 
	
		
			
				|  |  |  		if(StringUtils.isBlank(examRoom.getExamTimeJson())){
 | 
	
		
			
				|  |  |  			examRoomDao.insert(examRoom);
 | 
	
		
			
				|  |  |  			return;
 |