|  |  |  | @ -25,6 +25,11 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                 AND date_format(isdo.createTime, '%Y-%m-%d') between date_format(#{startTime}, '%Y-%m-%d') and | 
			
		
	
		
			
				
					|  |  |  |  |                 date_format(#{endTime}, '%Y-%m-%d') | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="keywords != null and keywords != ''"> | 
			
		
	
		
			
				
					|  |  |  |  |                 and (isdo.billNo like concat('%', #{keywords}, '%') | 
			
		
	
		
			
				
					|  |  |  |  |                 or isdo.workPlaceCode like concat('%', #{keywords}, '%') | 
			
		
	
		
			
				
					|  |  |  |  |                 or isdo.busType like concat('%', #{keywords}, '%')) | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |         </where> | 
			
		
	
		
			
				
					|  |  |  |  |         ORDER BY isdo.createTime DESC | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |