|  | @@ -733,7 +733,7 @@
 | 
	
		
			
				|  |  |  	<select id="countWaitCreateHomeworkNum" resultType="java.lang.Integer">
 | 
	
		
			
				|  |  |  		SELECT COUNT(id_) FROM student_extracurricular_exercises_situation_ WHERE teacher_id_ = #{teacherId}
 | 
	
		
			
				|  |  |  		AND expect_exercises_num_ > actual_exercises_num_ AND DATE_FORMAT(NOW(), '%Y-%m-%d') BETWEEN monday_ AND sunday_
 | 
	
		
			
				|  |  | -		AND server_type_ = 'EXERCISE'
 | 
	
		
			
				|  |  | +		AND serve_type_ = 'EXERCISE'
 | 
	
		
			
				|  |  |  	</select>
 | 
	
		
			
				|  |  |  	<select id="countWaitCreateHomeworkNum1" resultType="java.lang.Integer">
 | 
	
		
			
				|  |  |  		SELECT SUM(t.num_) FROM (
 |