| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -44,8 +44,9 @@
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="createBy != null and createBy != ''">
 | 
					 | 
					 | 
					 | 
					            <if test="createBy != null and createBy != ''">
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                and t.create_by like concat('%',#{createBy},'%')
 | 
					 | 
					 | 
					 | 
					                and t.create_by like concat('%',#{createBy},'%')
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </if>
 | 
					 | 
					 | 
					 | 
					            </if>
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="applyStatus != null">
 | 
					 | 
					 | 
					 | 
					            <if test="applyStatus != null and applyStatus != ''">
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                and t.apply_status = #{applyStatus,jdbcType=INTEGER}
 | 
					 | 
					 | 
					 | 
					                and apply_status in
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                <foreach item="item" index="index" collection="applyStatus.split(',')" open="(" separator="," close=")">'${item}'</foreach>
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </if>
 | 
					 | 
					 | 
					 | 
					            </if>
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </trim>
 | 
					 | 
					 | 
					 | 
					        </trim>
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        order by t.update_time desc
 | 
					 | 
					 | 
					 | 
					        order by t.update_time desc
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |