|  |  | @ -13,7 +13,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         ) mid ON mid.recordCode = tmo.recordCode |  |  |  |         ) mid ON mid.recordCode = tmo.recordCode | 
			
		
	
		
		
			
				
					
					|  |  |  |         <where> |  |  |  |         <where> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="recordCode != '' and recordCode != null"> |  |  |  |             <if test="recordCode != '' and recordCode != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 and recordCode = #{recordCode} |  |  |  |                 and mid.recordCode = #{recordCode} | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="companyName != '' and companyName != null"> |  |  |  |             <if test="companyName != '' and companyName != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND companyName LIKE CONCAT('%', #{companyName}, '%') |  |  |  |                 AND companyName LIKE CONCAT('%', #{companyName}, '%') | 
			
		
	
	
		
		
			
				
					|  |  | 
 |