| 
						
						
							
								
							
						
						
					 | 
					@ -134,10 +134,10 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND a.BUILDING_ID = #{house.buildingId} | 
					 | 
					 | 
					                AND a.BUILDING_ID = #{house.buildingId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.ownerName != null and house.ownerName.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.ownerName != null and house.ownerName.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                AND a.OWNER_NAME = #{house.ownerName} | 
					 | 
					 | 
					                AND a.OWNER_NAME like concat('%',#{house.ownerName},'%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.ownerPhone != null and house.ownerPhone.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.ownerPhone != null and house.ownerPhone.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                AND a.OWNER_PHONE = #{house.ownerPhone} | 
					 | 
					 | 
					                AND a.OWNER_PHONE like concat('%',#{house.ownerPhone},'%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.delFlag != null and house.delFlag.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.delFlag != null and house.delFlag.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND a.DEL_FLAG = #{house.delFlag} | 
					 | 
					 | 
					                AND a.DEL_FLAG = #{house.delFlag} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -167,10 +167,10 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND a.BUILDING_ID = #{house.buildingId} | 
					 | 
					 | 
					                AND a.BUILDING_ID = #{house.buildingId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.ownerName != null and house.ownerName.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.ownerName != null and house.ownerName.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                AND a.OWNER_NAME = #{house.ownerName} | 
					 | 
					 | 
					                AND a.OWNER_NAME like concat('%',#{house.ownerName},'%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.ownerPhone != null and house.ownerPhone.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.ownerPhone != null and house.ownerPhone.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                AND a.OWNER_PHONE = #{house.ownerPhone} | 
					 | 
					 | 
					                AND a.OWNER_PHONE like concat('%',#{house.ownerPhone},'%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test="house.delFlag != null and house.delFlag.trim() != ''"> | 
					 | 
					 | 
					            <if test="house.delFlag != null and house.delFlag.trim() != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND a.DEL_FLAG = #{house.delFlag} | 
					 | 
					 | 
					                AND a.DEL_FLAG = #{house.delFlag} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |