|  |  | @ -116,7 +116,7 @@ | 
			
		
	
		
			
				
					|  |  |  |             limit 1 | 
			
		
	
		
			
				
					|  |  |  |     </select> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |     <!--   返回各个网格内待审核的党员数 --> | 
			
		
	
		
			
				
					|  |  |  |     <!--   返回各个网格内待审核的党员数 自动审核失败且填写了补充信息的--> | 
			
		
	
		
			
				
					|  |  |  |     <select id="selectCountAuditting" parameterType="map" resultType="com.epmet.resi.partymember.dto.partymember.result.PartyAuthProcessingCountResultDTO"> | 
			
		
	
		
			
				
					|  |  |  |         SELECT | 
			
		
	
		
			
				
					|  |  |  |             pi.GRID_ID AS gridId, | 
			
		
	
	
		
			
				
					|  |  | @ -126,6 +126,7 @@ | 
			
		
	
		
			
				
					|  |  |  |         WHERE | 
			
		
	
		
			
				
					|  |  |  |             pi.DEL_FLAG = '0' | 
			
		
	
		
			
				
					|  |  |  |             AND pi.CONFIRM_RESULT = 'auto_confirm_failed' | 
			
		
	
		
			
				
					|  |  |  |             AND pi.EXTRA_ORGANIZATION IS NOT NULL | 
			
		
	
		
			
				
					|  |  |  |             <if test="gridIdList!=null and gridIdList.size()!=0"> | 
			
		
	
		
			
				
					|  |  |  |                 AND pi.GRID_ID IN | 
			
		
	
		
			
				
					|  |  |  |                 <foreach collection="gridIdList" item="gridId" open="(" close=")" separator=","> | 
			
		
	
	
		
			
				
					|  |  | 
 |