| 
						
						
							
								
							
						
						
					 | 
					@ -13,7 +13,8 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            ifnull(PRINCIPAL_PHONE,'') AS mobile, | 
					 | 
					 | 
					            ifnull(PRINCIPAL_PHONE,'') AS mobile, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            ifnull(ADDRESS,'') as address, | 
					 | 
					 | 
					            ifnull(ADDRESS,'') as address, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            ifnull(LONGITUDE,'') as longitude, | 
					 | 
					 | 
					            ifnull(LONGITUDE,'') as longitude, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            ifnull(LATITUDE,'') as latitude | 
					 | 
					 | 
					            ifnull(LATITUDE,'') as latitude, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            IFNULL(CATEGORY_CODE,'') as category | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        FROM ic_community_self_organization | 
					 | 
					 | 
					        FROM ic_community_self_organization | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        WHERE DEL_FLAG = 0 | 
					 | 
					 | 
					        WHERE DEL_FLAG = 0 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          AND CUSTOMER_ID = #{customerId} | 
					 | 
					 | 
					          AND CUSTOMER_ID = #{customerId} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |