| 
					
				 | 
			
			
				@@ -750,7 +750,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         TWB.f_mblno, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bi.f_business_type, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         bi.f_marks, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        bi.f_warehouse_information 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        bi.f_warehouse_information, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        bi.f_warehouselocid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         FROM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         t_warehousebills TWB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LEFT JOIN t_warehousebillsitems bi ON bi.f_pid = TWB.f_id 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -763,7 +764,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </foreach> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ) TWBI ON TWBI.f_mblno = TW.f_mblno 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        AND TWBI.f_warehouselocid = TW.f_warehouseid 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <where> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             TW.del_flag = '0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             and TW.f_netweightblc != 0 
			 |