| 
						
						
							
								
							
						
						
					 | 
					@ -193,6 +193,9 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test="topicType != null and topicType != ''"> | 
					 | 
					 | 
					        <if test="topicType != null and topicType != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            and t1.TOPIC_MODULE = #{topicType} | 
					 | 
					 | 
					            and t1.TOPIC_MODULE = #{topicType} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        <if test="partyGroupId != null and partyGroupId != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					            and t1.PARTY_GROUP_ID = #{partyGroupId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					 | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <if test="partyTopicId!=null and partyTopicId != ''"> | 
					 | 
					 | 
					        <if test="partyTopicId!=null and partyTopicId != ''"> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            and t1.ID = #{partyTopicId} | 
					 | 
					 | 
					            and t1.ID = #{partyTopicId} | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        </if> | 
					 | 
					 | 
					        </if> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |