|  | @@ -36,6 +36,7 @@
 | 
	
		
			
				|  |  |          <result property="fCntrno" column="f_cntrno"/>
 | 
	
		
			
				|  |  |          <result property="fTruckno" column="f_truckno"/>
 | 
	
		
			
				|  |  |          <result property="fMarks" column="f_marks"/>
 | 
	
		
			
				|  |  | +        <result property="fActualWeight" column="f_actual_weight"/>
 | 
	
		
			
				|  |  |          <result property="fBillstatus" column="f_billstatus"/>
 | 
	
		
			
				|  |  |          <result property="delFlag" column="del_flag"/>
 | 
	
		
			
				|  |  |          <result property="createBy" column="create_by"/>
 | 
	
	
		
			
				|  | @@ -107,7 +108,7 @@
 | 
	
		
			
				|  |  |      <sql id="selectTWarehousebillsitemsVo">
 | 
	
		
			
				|  |  |          select f_id, f_pid, f_srcid, f_lineno, f_billno, f_goodsid, f_mblno, f_src_bsdate, f_originalbillno, f_transfer_warehouselocid, f_warehouselocid,
 | 
	
		
			
				|  |  |           f_originalbilldate, f_bsdate, f_billingway, f_chargedate, f_boxno, f_goodsval, f_cntqty, f_packagespecs, f_cntrtype, f_planvolumn,
 | 
	
		
			
				|  |  | -          f_planqty, f_plangrossweight, f_plannetweight, f_volumn, f_qty, f_grossweight, f_netweight, f_cntrno, f_truckno, f_marks, f_billstatus,
 | 
	
		
			
				|  |  | +          f_planqty, f_plangrossweight, f_plannetweight, f_volumn, f_qty, f_grossweight, f_netweight, f_cntrno, f_truckno, f_marks, f_actual_weight, f_billstatus,
 | 
	
		
			
				|  |  |             del_flag, create_by, create_time, update_by, update_time, remark, f_inventory_days, f_storage_fee_deadline, f_amt, f_billing_days,
 | 
	
		
			
				|  |  |              f_driver_name, f_driver_tel, f_driver_id_car, f_serial_number, f_is_pass, f_billtype, f_billing_qty, f_billing_deadline, f_business_type,
 | 
	
		
			
				|  |  |               f_is_inventory, f_warehouse_information, f_orgwarehouse_information, f_labour, f_fleet, f_stevedore, f_lntype, f_forkliftman,
 | 
	
	
		
			
				|  | @@ -155,6 +156,7 @@
 | 
	
		
			
				|  |  |              <if test="fTruckno != null  and fTruckno != ''">and f_truckno = #{fTruckno}</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null  and fBillstatus != ''">and f_billstatus = #{fBillstatus}</if>
 | 
	
		
			
				|  |  |              <if test="fMarks != null  and fMarks != ''">and f_marks = #{fMarks}</if>
 | 
	
		
			
				|  |  | +            <if test="fActualWeight != null  and fActualWeight != ''">and f_actual_weight = #{fActualWeight}</if>
 | 
	
		
			
				|  |  |              <if test="fInventoryDays != null ">and f_inventory_days = #{fInventoryDays}</if>
 | 
	
		
			
				|  |  |              <if test="fAmt != null ">and f_amt = #{fAmt}</if>
 | 
	
		
			
				|  |  |              <if test="fBillingDays != null ">and f_billing_days = #{fBillingDays}</if>
 | 
	
	
		
			
				|  | @@ -208,6 +210,7 @@
 | 
	
		
			
				|  |  |              item.f_driver_id_car AS fDriverIdCar,
 | 
	
		
			
				|  |  |              item.f_serial_number AS fSerialNumber,
 | 
	
		
			
				|  |  |              item.f_marks AS fMarks,
 | 
	
		
			
				|  |  | +            item.f_actual_weight AS fActualWeight,
 | 
	
		
			
				|  |  |              item.f_grossweight AS fGrossweight,
 | 
	
		
			
				|  |  |              item.f_is_inventory AS fIsInventory,
 | 
	
		
			
				|  |  |              item.f_business_type AS fBusinessType,
 | 
	
	
		
			
				|  | @@ -285,6 +288,7 @@
 | 
	
		
			
				|  |  |              <if test="fCntrno != null">f_cntrno,</if>
 | 
	
		
			
				|  |  |              <if test="fTruckno != null">f_truckno,</if>
 | 
	
		
			
				|  |  |              <if test="fMarks != null">f_marks,</if>
 | 
	
		
			
				|  |  | +            <if test="fActualWeight != null">f_actual_weight,</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null">f_billstatus,</if>
 | 
	
		
			
				|  |  |              <if test="delFlag != null">del_flag,</if>
 | 
	
		
			
				|  |  |              <if test="createBy != null">create_by,</if>
 | 
	
	
		
			
				|  | @@ -353,6 +357,7 @@
 | 
	
		
			
				|  |  |              <if test="fCntrno != null">#{fCntrno},</if>
 | 
	
		
			
				|  |  |              <if test="fTruckno != null">#{fTruckno},</if>
 | 
	
		
			
				|  |  |              <if test="fMarks != null">#{fMarks},</if>
 | 
	
		
			
				|  |  | +            <if test="fActualWeight != null">#{fActualWeight},</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null">#{fBillstatus},</if>
 | 
	
		
			
				|  |  |              <if test="delFlag != null">#{delFlag},</if>
 | 
	
		
			
				|  |  |              <if test="createBy != null">#{createBy},</if>
 | 
	
	
		
			
				|  | @@ -424,6 +429,7 @@
 | 
	
		
			
				|  |  |              <if test="fCntrno != null">f_cntrno = #{fCntrno},</if>
 | 
	
		
			
				|  |  |              <if test="fTruckno != null">f_truckno = #{fTruckno},</if>
 | 
	
		
			
				|  |  |              <if test="fMarks != null">f_marks = #{fMarks},</if>
 | 
	
		
			
				|  |  | +            <if test="fActualWeight != null">f_actual_weight = #{fActualWeight},</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null and fBillstatus != ''">f_billstatus = #{fBillstatus},</if>
 | 
	
		
			
				|  |  |              <if test="delFlag != null">del_flag = #{delFlag},</if>
 | 
	
		
			
				|  |  |              <if test="createBy != null">create_by = #{createBy},</if>
 |