|  |  | @ -34,6 +34,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="workPlaceCode != null and workPlaceCode != ''"> |  |  |  |             <if test="workPlaceCode != null and workPlaceCode != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND workPlaceCode = #{workPlaceCode} |  |  |  |                 AND workPlaceCode = #{workPlaceCode} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="tagStatusList != null and tagStatusList.size() > 0"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 and  tagStatus in | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 <foreach collection="tagStatusList" item="item" index="index" separator="," open="(" close=")"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     #{item} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 </foreach> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </where> |  |  |  |         </where> | 
			
		
	
		
		
			
				
					
					|  |  |  |         order by collectTime desc |  |  |  |         order by collectTime desc | 
			
		
	
		
		
			
				
					
					|  |  |  |     </select> |  |  |  |     </select> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |