| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -56,13 +56,13 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.GRID_ID = #{gridId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="name != null and name != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.NAME = #{name} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.NAME like concat( '%',#{name},'%') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="idCard != null and idCard != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.ID_CARD = #{idCard} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.ID_CARD like concat('%', #{idCard},'%') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="mobile != null and mobile != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.MOBILE = #{mobile} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.MOBILE like concat('%', #{mobile},'%') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        </if> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <if test="startTime != null and startTime != ''"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            AND d.DEATH_DATE >= #{startTime} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |