|  | @@ -4010,11 +4010,11 @@
 | 
	
		
			
				|  |  |          LEFT JOIN `subject` sb ON sb.id_ = s.subject_id_list_
 | 
	
		
			
				|  |  |          LEFT JOIN sys_user su ON su.id_ = s.user_id_
 | 
	
		
			
				|  |  |          WHERE csts.user_id_ = #{teacherId} AND cs.evaluate_flag_ = 1 AND sa.qualified_flag_ = 0 AND sv.id_ IS NULL
 | 
	
		
			
				|  |  | -        <if test="startTime != null and startTime != ''">
 | 
	
		
			
				|  |  | -            AND cs.class_date_ >= #{startTime}
 | 
	
		
			
				|  |  | +        <if test="startDate != null and startDate != ''">
 | 
	
		
			
				|  |  | +            AND cs.class_date_ >= #{startDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  | -        <if test="endTime != null and endTime != ''">
 | 
	
		
			
				|  |  | -            AND cs.class_date_ <= #{endTime}
 | 
	
		
			
				|  |  | +        <if test="endDate != null and endDate != ''">
 | 
	
		
			
				|  |  | +            AND cs.class_date_ <= #{endDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          ORDER BY cs.class_date_ DESC,cs.start_class_time_ DESC
 | 
	
		
			
				|  |  |          <include refid="global.limit"/>
 |