| 
						
						
							
								
							
						
						
					 | 
					@ -694,13 +694,13 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <result property="gridId" column="gridId"/> | 
					 | 
					 | 
					        <result property="gridId" column="gridId"/> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <result property="type" column="type"/> | 
					 | 
					 | 
					        <result property="type" column="type"/> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <collection property="userIds" ofType="java.lang.String"> | 
					 | 
					 | 
					        <collection property="userIds" ofType="java.lang.String"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            <result column="userIds"/> | 
					 | 
					 | 
					            <result column="userId"/> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        </collection> | 
					 | 
					 | 
					        </collection> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </resultMap> | 
					 | 
					 | 
					    </resultMap> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <!-- 查询指定网格范围下单位时间内新增的注册用户Id【新方法】 --> | 
					 | 
					 | 
					    <!-- 查询指定网格范围下单位时间内新增的注册用户Id【新方法】 --> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <select id="selectIncrUserIdsByGrids" resultMap="selectIncrUserIdsByGridsMap"> | 
					 | 
					 | 
					    <select id="selectIncrUserIdsByGrids" resultMap="selectIncrUserIdsByGridsMap"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        (SELECT | 
					 | 
					 | 
					        (SELECT | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            DISTINCT(USER_ID) AS userIds, | 
					 | 
					 | 
					            DISTINCT(USER_ID) AS userId, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					            GRID_ID AS gridId, | 
					 | 
					 | 
					            GRID_ID AS gridId, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            'monthly' AS type | 
					 | 
					 | 
					            'monthly' AS type | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        FROM | 
					 | 
					 | 
					        FROM | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -889,12 +889,12 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <resultMap id="selectTotalUserIdsByGridsMap" type="com.epmet.dto.user.result.IncrAndTotalUserIdsResultDTO"> | 
					 | 
					 | 
					    <resultMap id="selectTotalUserIdsByGridsMap" type="com.epmet.dto.user.result.IncrAndTotalUserIdsResultDTO"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <result property="gridId" column="gridId"/> | 
					 | 
					 | 
					        <result property="gridId" column="gridId"/> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <collection property="userIds" ofType="java.lang.String"> | 
					 | 
					 | 
					        <collection property="userIds" ofType="java.lang.String"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            <result column="userIds"/> | 
					 | 
					 | 
					            <result column="userId"/> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        </collection> | 
					 | 
					 | 
					        </collection> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </resultMap> | 
					 | 
					 | 
					    </resultMap> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    <select id="selectTotalUserIdsByGrids" resultMap="selectTotalUserIdsByGridsMap"> | 
					 | 
					 | 
					    <select id="selectTotalUserIdsByGrids" resultMap="selectTotalUserIdsByGridsMap"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        SELECT | 
					 | 
					 | 
					        SELECT | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        DISTINCT(USER_ID) AS userIds, | 
					 | 
					 | 
					        DISTINCT(USER_ID) AS userId, | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        GRID_ID AS gridId | 
					 | 
					 | 
					        GRID_ID AS gridId | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        FROM | 
					 | 
					 | 
					        FROM | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        REGISTER_RELATION | 
					 | 
					 | 
					        REGISTER_RELATION | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |