|  | @ -1351,9 +1351,9 @@ | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |                           </if> |  |  |                           </if> | 
			
		
	
		
		
			
				
					|  |  |                           <if test="operationStartTime != null and operationStartTime != '' and operationEndTime != null and operationEndTime != ''"> |  |  |                           <if test="operationStartTime != null and operationStartTime != '' and operationEndTime != null and operationEndTime != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |                               and (#{operationStartTime} BETWEEN DATE_FORMAT(ecu.REACH_ACTIVE_TIME,'%Y-%m-%d') and  DATE_FORMAT(ecu.VALID_TIME,'%Y-%m-%d') |  |  |                               and (DATE_FORMAT(ecu.REACH_ACTIVE_TIME,'%Y-%m-%d') BETWEEN #{operationStartTime} and  #{operationEndTime} | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                                   or |  |  |                                   or | 
			
		
	
		
		
			
				
					
					|  |  |                                     #{operationEndTime} BETWEEN DATE_FORMAT(ecu.REACH_ACTIVE_TIME,'%Y-%m-%d') and DATE_FORMAT(ecu.VALID_TIME,'%Y-%m-%d')) |  |  |                                   DATE_FORMAT(ecu.VALID_TIME,'%Y-%m-%d') BETWEEN #{operationStartTime} and #{operationEndTime}) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                           </if> |  |  |                           </if> | 
			
		
	
		
		
			
				
					|  |  |                 group by ecu.USER_ID -- 去重 |  |  |                 group by ecu.USER_ID -- 去重 | 
			
		
	
		
		
			
				
					|  |  |                 )total |  |  |                 )total | 
			
		
	
	
		
		
			
				
					|  | 
 |