|  |  |  | @ -38,12 +38,6 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="name!=null and name!=''"> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND name LIKE concat('%',#{name},'%') | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 --> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND create_time >= #{params.beginTime} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> | 
			
		
	
		
			
				
					|  |  |  |  |                 AND create_time <= #{params.endTime} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |         </trim> | 
			
		
	
		
			
				
					|  |  |  |  |         ORDER BY create_time DESC | 
			
		
	
		
			
				
					|  |  |  |  |     </select> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |