| 
					
				 | 
			
			
				@@ -1798,8 +1798,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_address tre ON tre.f_id = tw.f_loadportid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_address ts ON ts.f_id = tw.f_destportid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN sys_dict_data sd ON sd.dict_value = tw.f_serviceitems AND sd.dict_type = 'f_serviceitems' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <if test="fCntrno != null and fCntrno != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_warehousebills_cntritems items ON tw.f_id = items.f_pid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_vessel tv ON tw.f_vslid = tv.f_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_voyage ty ON tw.f_voyid = ty.f_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_corps tp ON tw.f_corpid = tp.f_id 
			 |