| 
						
						
							
								
							
						
						
					 | 
					@ -11,6 +11,14 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        WHERE DEL_FLAG = '0' | 
					 | 
					 | 
					        WHERE DEL_FLAG = '0' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          AND CUSTOMER_ID = #{customerId} | 
					 | 
					 | 
					          AND CUSTOMER_ID = #{customerId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          AND data_type = #{dataType} | 
					 | 
					 | 
					          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> | 
					 | 
					 | 
					    </select> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <resultMap type="com.epmet.dataaggre.entity.govorg.IcCoverageCategoryDictEntity" id="icCoverageCategoryDictMap"> | 
					 | 
					 | 
					    <resultMap type="com.epmet.dataaggre.entity.govorg.IcCoverageCategoryDictEntity" id="icCoverageCategoryDictMap"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <result property="id" column="ID"/> | 
					 | 
					 | 
					        <result property="id" column="ID"/> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |