|
@@ -58,6 +58,7 @@
|
|
|
pay_time,
|
|
|
expr_type,
|
|
|
expr_comp_id,
|
|
|
+ expr_agreement_type,
|
|
|
decl_expr_fee,
|
|
|
decl_post_tax,
|
|
|
shop_id,
|
|
@@ -119,6 +120,7 @@
|
|
|
#{item.payTime,jdbcType=TIMESTAMP},
|
|
|
#{item.exprType,jdbcType=CHAR},
|
|
|
#{item.exprCompId,jdbcType=VARCHAR},
|
|
|
+ #{item.exprAgreementType,jdbcType=VARCHAR},
|
|
|
#{item.declExprFee,jdbcType=DECIMAL},
|
|
|
#{item.declPostTax,jdbcType=DECIMAL},
|
|
|
#{item.shopId,jdbcType=VARCHAR},
|
|
@@ -258,6 +260,9 @@
|
|
|
<if test="item.exprCompId != null" >
|
|
|
expr_comp_id = #{item.exprCompId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="item.exprAgreementType != null" >
|
|
|
+ expr_agreement_type = #{item.exprAgreementType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="item.declExprFee != null" >
|
|
|
decl_expr_fee = #{item.declExprFee,jdbcType=DECIMAL},
|
|
|
</if>
|