|  | @@ -84,6 +84,7 @@ public class CourseRepliedServiceImpl extends ServiceImpl<CourseScheduleRepliedD
 | 
	
		
			
				|  |  |              isPayment(studentId, scheduleId);
 | 
	
		
			
				|  |  |              replied.setScore(null);
 | 
	
		
			
				|  |  |              replied.setStudentReplied(null);
 | 
	
		
			
				|  |  | +            replied.setTeacherRepliedTime(new Date());
 | 
	
		
			
				|  |  |              if (!repliedIsNull(replied)) {
 | 
	
		
			
				|  |  |                  repliedDao.updateReplied(replied);
 | 
	
		
			
				|  |  |                  return;
 | 
	
	
		
			
				|  | @@ -96,6 +97,7 @@ public class CourseRepliedServiceImpl extends ServiceImpl<CourseScheduleRepliedD
 | 
	
		
			
				|  |  |          isPayment(userId, scheduleId);
 | 
	
		
			
				|  |  |          replied.setStudentId(userId);
 | 
	
		
			
				|  |  |          replied.setTeacherReplied(null);
 | 
	
		
			
				|  |  | +        replied.setStudentRepliedTime(new Date());
 | 
	
		
			
				|  |  |          if (!repliedIsNull(replied)) {
 | 
	
		
			
				|  |  |              repliedDao.updateReplied(replied);
 | 
	
		
			
				|  |  |              return;
 |