|  | @@ -143,7 +143,7 @@
 | 
	
		
			
				|  |  |  				AND sees.teacher_id_ = #{teacherId}
 | 
	
		
			
				|  |  |  			</if>
 | 
	
		
			
				|  |  |  			<if test="search!=null">
 | 
	
		
			
				|  |  | -				AND (stu.id_=#{search} OR stu.username_ LIKE CONCAT('%', #{search}, '%') OR tea.real_name_ LIKE CONCAT('%', #{search}, '%'))
 | 
	
		
			
				|  |  | +				AND (stu.id_=#{search} OR stu.username_ LIKE CONCAT('%', #{search}, '%'))
 | 
	
		
			
				|  |  |  			</if>
 | 
	
		
			
				|  |  |  			<if test="organIdList != null">
 | 
	
		
			
				|  |  |  				AND FIND_IN_SET(stu.organ_id_,#{organIdList})
 | 
	
	
		
			
				|  | @@ -197,7 +197,7 @@
 | 
	
		
			
				|  |  |  				AND sees.teacher_id_ = #{teacherId}
 | 
	
		
			
				|  |  |  			</if>
 | 
	
		
			
				|  |  |  			<if test="search!=null">
 | 
	
		
			
				|  |  | -				AND (stu.id_=#{search} OR stu.username_ LIKE CONCAT('%', #{search}, '%') OR tea.real_name_ LIKE CONCAT('%', #{search}, '%'))
 | 
	
		
			
				|  |  | +				AND (stu.id_=#{search} OR stu.username_ LIKE CONCAT('%', #{search}, '%'))
 | 
	
		
			
				|  |  |  			</if>
 | 
	
		
			
				|  |  |  			<if test="organIdList != null">
 | 
	
		
			
				|  |  |  				AND FIND_IN_SET(stu.organ_id_, #{organIdList})
 |