| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -25,6 +25,9 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="email != null and email.trim() != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            and t1.email like #{email} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="deptId != null and deptId.trim() != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            and t1.dept_id = #{deptId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="deptIdList != null"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            and t1.dept_id in | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <foreach item="id" collection="deptIdList" open="(" separator="," close=")"> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |