|  | @@ -699,7 +699,7 @@
 | 
	
		
			
				|  |  |          left join course_schedule_replied csr on cs.id_ = csr.course_schedule_id_
 | 
	
		
			
				|  |  |          where cs.teacher_id_ = #{userId} and cs.status_ = 'COMPLETE' and cs.type_ = 'PRACTICE'
 | 
	
		
			
				|  |  |          and csr.student_replied_ is not null
 | 
	
		
			
				|  |  | -        and YEARWEEK(date_format(csr.create_time_,'%Y-%m-%d'),7) = YEARWEEK(now(),7)
 | 
	
		
			
				|  |  | +        and YEARWEEK(date_format(csr.student_replied_time_,'%Y-%m-%d'),7) = YEARWEEK(now(),7)
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |      <select id="selectStartTime" resultType="java.lang.String" parameterType="java.lang.String">
 | 
	
		
			
				|  |  |          SELECT s.start_time_
 |