|  |  | @ -6,7 +6,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |     <select id="filterList" resultType="com.glxp.api.res.basic.SysWorkplaceFreightResponse"> |  |  |  |     <select id="filterList" resultType="com.glxp.api.res.basic.SysWorkplaceFreightResponse"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         select swf.*, |  |  |  |         select swf.*, | 
			
		
	
		
		
			
				
					
					|  |  |  |         sw.workplaceName  workPlaceName, |  |  |  |         sw.workplaceName  workPlaceName, | 
			
		
	
		
		
			
				
					
					|  |  |  |         COUNT(swl.freightCode) as layerCount,ccc.reCount |  |  |  |         COUNT(swl.freightCode) as layerCount,ifnull(ccc.reCount,0) as reCount | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         from sys_workplace_freight swf |  |  |  |         from sys_workplace_freight swf | 
			
		
	
		
		
			
				
					
					|  |  |  |         left join ( |  |  |  |         left join ( | 
			
		
	
		
		
			
				
					
					|  |  |  |             select freightCode,count(freightCode), min(reCount) as reCount from |  |  |  |             select freightCode,count(freightCode), min(reCount) as reCount from | 
			
		
	
	
		
		
			
				
					|  |  | 
 |