| 
					
				 | 
			
			
				@@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		FROM uims_user a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<include refid="sysAreaJoins"/> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<where> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            a.status=1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            a.status=1 and a.user_type != -9999 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="user.tenantId != null  and user.tenantId != ''"> and a.tenant_id = #{user.tenantId} </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="user.username != null  and user.username != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    and (a.username LIKE  concat('%',#{user.username},'%') 
			 |