| 
					
				 | 
			
			
				@@ -6,7 +6,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <select id="poi" parameterType="java.lang.String" resultType="com.onemap.apply.domain.yzt.PoiDTO"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        select t.name,t.adress,st_x ( t.geom ) x,st_y ( t.geom ) y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        select t.name,t.adress,public.st_x ( t.geom ) x,public.st_y ( t.geom ) y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         from  poi t where 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	t.name like '%'|| #{name} || '%' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	limit ${limit} offset  ${offset} 
			 |