| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -2,7 +2,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > | 
					 | 
					 | 
					 | 
					<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					<mapper namespace="com.hnac.hzims.operational.config.mapper.FocusAttributeMapper"> | 
					 | 
					 | 
					 | 
					<mapper namespace="com.hnac.hzims.operational.config.mapper.FocusAttributeMapper"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    <select id="getMainList" resultType="com.hnac.hzims.operational.config.entity.FocusAttributeEntity"> | 
					 | 
					 | 
					 | 
					    <select id="getMainList" resultType="com.hnac.hzims.operational.config.entity.FocusAttributeEntity"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        select distinct group_id, group_name, domain_id, domain_name,model_id, status,create_time,update_time | 
					 | 
					 | 
					 | 
					        select distinct group_id, group_name, domain_id, domain_name,model_id, status | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        FROM hzims_focus_attribute | 
					 | 
					 | 
					 | 
					        FROM hzims_focus_attribute | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <where> | 
					 | 
					 | 
					 | 
					        <where> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            is_deleted = 0 AND tenant_id = '200000' | 
					 | 
					 | 
					 | 
					            is_deleted = 0 AND tenant_id = '200000' | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |