| 
						
						
							
								
							
						
						
					 | 
					@ -76,6 +76,9 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test='null != placeType and "" != placeType'> | 
					 | 
					 | 
					            <if test='null != placeType and "" != placeType'> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND ie.PLACE_TYPE = #{placeType} | 
					 | 
					 | 
					                AND ie.PLACE_TYPE = #{placeType} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            <if test='null != placeCategory and "" != placeCategory'> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					                AND ie.PLACE_CATEGORY = #{placeCategory} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            <if test='null != placeOrgName and "" != placeOrgName'> | 
					 | 
					 | 
					            <if test='null != placeOrgName and "" != placeOrgName'> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                AND ie.PLACE_ORG_NAME LIKE concat( '%', #{placeOrgName}, '%' ) | 
					 | 
					 | 
					                AND ie.PLACE_ORG_NAME LIKE concat( '%', #{placeOrgName}, '%' ) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            </if> | 
					 | 
					 | 
					            </if> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |