| 
						
						
							
								
							
						
						
					 | 
					@ -118,7 +118,7 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            a.DEL_FLAG = '0' | 
					 | 
					 | 
					            a.DEL_FLAG = '0' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          AND a.CUSTOMER_ID = #{customerId} | 
					 | 
					 | 
					          AND a.CUSTOMER_ID = #{customerId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test='null != staffAgencyId and staffAgencyId != "" '> | 
					 | 
					 | 
					        <if test='null != staffAgencyId and staffAgencyId != "" '> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            and a.ORG_ID_PATH CONCAT('%',#{staffAgencyId},'%') | 
					 | 
					 | 
					            and a.ORG_ID_PATH like CONCAT('%',#{staffAgencyId},'%') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test='null != address and address != "" '> | 
					 | 
					 | 
					        <if test='null != address and address != "" '> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            AND a.ADDRESS LIKE CONCAT('%',#{address},'%') | 
					 | 
					 | 
					            AND a.ADDRESS LIKE CONCAT('%',#{address},'%') | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |