|  | @@ -502,9 +502,9 @@
 | 
	
		
			
				|  |  |          <if test="info.onlyManager ==true">
 | 
	
		
			
				|  |  |              AND t.is_manage ='Y'
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  | -        <if test="info.onlyManager ==false or info.onlyManager==null">
 | 
	
		
			
				|  |  | -            AND (t.is_manage is NULL OR t.is_manage ='N')
 | 
	
		
			
				|  |  | -        </if>
 | 
	
		
			
				|  |  | +<!--        <if test="info.onlyManager ==false or info.onlyManager==null">-->
 | 
	
		
			
				|  |  | +<!--            AND (t.is_manage is NULL OR t.is_manage ='N')-->
 | 
	
		
			
				|  |  | +<!--        </if>-->
 | 
	
		
			
				|  |  |          ORDER BY t.org_id DESC
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |      <select id="selectrolesByOrgId" resultType="com.xunmei.system.api.domain.SysRole">
 |