|  |  | @ -21,6 +21,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         icob.invAlert, |  |  |  |         icob.invAlert, | 
			
		
	
		
		
			
				
					
					|  |  |  |         icob.splitMsg, |  |  |  |         icob.splitMsg, | 
			
		
	
		
		
			
				
					
					|  |  |  |         icob.fromCorpName, |  |  |  |         icob.fromCorpName, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         icob.shipperName, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         icob.thrBusType, | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         icob.shipper, | 
			
		
	
		
		
			
				
					
					|  |  |  |         icob.tagMsg, |  |  |  |         icob.tagMsg, | 
			
		
	
		
		
			
				
					
					|  |  |  |         sys_workplace_document.busName busTypeName, |  |  |  |         sys_workplace_document.busName busTypeName, | 
			
		
	
		
		
			
				
					
					|  |  |  |         sw.workplaceName, |  |  |  |         sw.workplaceName, | 
			
		
	
	
		
		
			
				
					|  |  | @ -108,6 +111,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 or icob.busType like concat('%', #{keywords}, '%') |  |  |  |                 or icob.busType like concat('%', #{keywords}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |                 or icob.fromType like concat('%', #{keywords}, '%')) |  |  |  |                 or icob.fromType like concat('%', #{keywords}, '%')) | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="shipperName != '' and shipperName != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 AND icob.shipperName LIKE concat('%', #{shipperName}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <if test="fromCorpName != '' and fromCorpName != null"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 AND icob.fromCorpName LIKE concat('%', #{fromCorpName}, '%') | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </where> |  |  |  |         </where> | 
			
		
	
		
		
			
				
					
					|  |  |  |         GROUP BY |  |  |  |         GROUP BY | 
			
		
	
		
		
			
				
					
					|  |  |  |         icob.billNo |  |  |  |         icob.billNo | 
			
		
	
	
		
		
			
				
					|  |  | 
 |