| 
						
						
							
								
							
						
						
					 | 
					@ -226,9 +226,9 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        art.STATUS_FLAG = 'published' | 
					 | 
					 | 
					        art.STATUS_FLAG = 'published' | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        GROUP BY art.ID | 
					 | 
					 | 
					        GROUP BY art.ID | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					        HAVING | 
					 | 
					 | 
					        HAVING 1 = 1 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        <if test="tagName != null and tagName != ''"> | 
					 | 
					 | 
					        <if test="tagName != null and tagName != ''"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            FIND_IN_SET(#{tagName},tags) | 
					 | 
					 | 
					            AND FIND_IN_SET(#{tagName},tags) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test="excludeTagName != null and excludeTagName != ''"> | 
					 | 
					 | 
					        <if test="excludeTagName != null and excludeTagName != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            AND !FIND_IN_SET(#{excludeTagName},tags) | 
					 | 
					 | 
					            AND !FIND_IN_SET(#{excludeTagName},tags) | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |