|  | @@ -125,6 +125,10 @@ public class TeacherAuthEntryRecordServiceImpl extends ServiceImpl<TeacherAuthEn
 | 
	
		
			
				|  |  |              BeanUtils.copyProperties(teacher, newTeacher);
 | 
	
		
			
				|  |  |              teacherDao.updateById(newTeacher);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +            if (authOperaReq.getPass()) {
 | 
	
		
			
				|  |  | +                teacherService.setTeacherTag(build.getUserId(), TeacherTagEnum.STYLE);
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              // 发送审核通知
 | 
	
		
			
				|  |  |              authSend(teacher.getUserId(), teacher.getPhone(), authOperaReq.getPass(), authOperaReq.getReason());
 | 
	
		
			
				|  |  |              baseMapper.updateById(build);
 |