| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -11,6 +11,14 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        WHERE DEL_FLAG = '0' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          AND CUSTOMER_ID = #{customerId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          AND data_type = #{dataType} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        UNION ALL | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        SELECT | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            DISTINCT MENU_URL | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        FROM ic_coverage_category_dict | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        WHERE DEL_FLAG = '0' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          AND CUSTOMER_ID = #{customerId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          AND data_type = 'governedTarget' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          AND category_key = 'event_tdnd' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </select> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <resultMap type="com.epmet.dataaggre.entity.govorg.IcCoverageCategoryDictEntity" id="icCoverageCategoryDictMap"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <result property="id" column="ID"/> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |