|  |  |  | @ -220,6 +220,9 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 AND date_format(a1.auditTime, '%Y-%m-%d') between date_format(#{startAduditTime}, '%Y-%m-%d') and | 
			
		
	
		
			
				
					|  |  |  |  |                 date_format(#{endAduditTime}, '%Y-%m-%d') | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="confirmStarTime != null and confirmStarTime != '' and confirmEndTime != null and confirmEndTime != ''"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND date_format(a1.confirmTime, '%Y-%m-%d') between date_format(#{confirmStarTime}, '%Y-%m-%d') and date_format(#{confirmEndTime}, '%Y-%m-%d') | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="actions != null and actions.size() != 0"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND a1.`action` in | 
			
		
	
		
			
				
					|  |  |  |  |                 <foreach collection="actions" index="index" item="item" open="(" close=")" separator=","> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |