|  |  |  | @ -155,9 +155,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="isDisable == false"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND (basic_udirel.isDisable is null or basic_udirel.isDisable = false ) | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="companyName != '' and companyName != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND basic_corp.name = #{companyName} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |         </where> | 
			
		
	
		
			
				
					|  |  |  |  |         ORDER BY basic_udirel.updateTime DESC | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |