| 
					
				 | 
			
			
				@@ -352,7 +352,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 f_grossweightD = f_grossweightD + #{map.warehousebillsitems.fGrossweight}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 f_qtyblc = f_qtyblc + #{map.warehousebillsitems.fQty} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ,f_chargedate = #{map.warehousebillsitems.fBsdate}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                checklists = #{map.warehousebillsitems.checklists}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                checklists = #{map.warehousebillsitems.checklists} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <if test="map.warehousebillsitems.fCustomno != null  and map.warehousebillsitems.fCustomno != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ,f_customno = #{map.warehousebillsitems.fCustomno} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </if> 
			 |