|  | @@ -269,6 +269,7 @@
 | 
	
		
			
				|  |  |              <if test="fLineno != null">f_lineno,</if>
 | 
	
		
			
				|  |  |              <if test="fCorpid != null">f_corpid,</if>
 | 
	
		
			
				|  |  |              <if test="fFeeid != null">f_feeid,</if>
 | 
	
		
			
				|  |  | +            <if test="fWarehouseid != null">f_warehouseid,</if>
 | 
	
		
			
				|  |  |              <if test="fFeeunitid != null">f_feeUnitid,</if>
 | 
	
		
			
				|  |  |              <if test="fQty != null">f_qty,</if>
 | 
	
		
			
				|  |  |              <if test="fUnitprice != null">f_unitprice,</if>
 | 
	
	
		
			
				|  | @@ -319,6 +320,7 @@
 | 
	
		
			
				|  |  |              <if test="fLineno != null">#{fLineno},</if>
 | 
	
		
			
				|  |  |              <if test="fCorpid != null">#{fCorpid},</if>
 | 
	
		
			
				|  |  |              <if test="fFeeid != null">#{fFeeid},</if>
 | 
	
		
			
				|  |  | +            <if test="fWarehouseid != null">#{fWarehouseid},</if>
 | 
	
		
			
				|  |  |              <if test="fFeeunitid != null">#{fFeeunitid},</if>
 | 
	
		
			
				|  |  |              <if test="fQty != null">#{fQty},</if>
 | 
	
		
			
				|  |  |              <if test="fUnitprice != null">#{fUnitprice},</if>
 | 
	
	
		
			
				|  | @@ -375,6 +377,7 @@
 | 
	
		
			
				|  |  |              <if test="fFeeid != null">f_feeid = #{fFeeid},</if>
 | 
	
		
			
				|  |  |              <if test="fFeeunitid != null">f_feeUnitid = #{fFeeunitid},</if>
 | 
	
		
			
				|  |  |              <if test="fQty != null">f_qty = #{fQty},</if>
 | 
	
		
			
				|  |  | +            <if test="fWarehouseid != null">f_warehouseid = #{fWarehouseid},</if>
 | 
	
		
			
				|  |  |              <if test="fUnitprice != null">f_unitprice = #{fUnitprice},</if>
 | 
	
		
			
				|  |  |              <if test="fAmount != null">f_amount = #{fAmount},</if>
 | 
	
		
			
				|  |  |              <if test="fCurrency != null">f_currency = #{fCurrency},</if>
 |