|  |  |  | @ -101,6 +101,12 @@ | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="invAlert != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 and icob.invAlert = #{invAlert} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="isMatching != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 and sys_workplace_document.isMatching = #{isMatching} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="inAndOutType != null"> | 
			
		
	
		
			
				
					|  |  |  |  |                 and sys_workplace_document.inAndOutType = #{inAndOutType} | 
			
		
	
		
			
				
					|  |  |  |  |             </if> | 
			
		
	
		
			
				
					|  |  |  |  |             <if test="invAlerts != null and invAlerts.size() > 0"> | 
			
		
	
		
			
				
					|  |  |  |  |                 and icob.invAlert in | 
			
		
	
		
			
				
					|  |  |  |  |                 <foreach collection="invAlerts" item="item" index="index" separator="," open="(" close=")"> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |