| 
					
				 | 
			
			
				@ -858,7 +858,7 @@ public class ActivityService extends BaseJpaService<ActivityDO,ActivityDao> { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        JSONObject obj=new JSONObject(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        StringBuffer stringBuffer=new StringBuffer(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNotEmpty(type)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            stringBuffer.append(" and type=").append(type); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            stringBuffer.append(" and type='").append(type).append("'"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNotEmpty(filter)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            stringBuffer.append(" and (title like '%").append(filter).append("%' or ").append("organizer like '%").append(filter).append("%' or ").append("area_name like '%").append(filter).append("%')"); 
			 |