|
@@ -42,9 +42,10 @@
|
|
|
<result column="ex_field3" property="exField3" jdbcType="VARCHAR" />
|
|
|
<result column="ex_field4" property="exField4" jdbcType="VARCHAR" />
|
|
|
<result column="ex_field5" property="exField5" jdbcType="VARCHAR" />
|
|
|
+ <result column="plat_no" property="platNo" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
- wx_pay_sn, merch_sn, merch_name, plat_sn, plat_name, third_party_merch_code, third_party_merch_name,
|
|
|
+ wx_pay_sn, merch_sn, merch_name, plat_no, plat_sn, plat_name, third_party_merch_code, third_party_merch_name,
|
|
|
appid, mch_id, out_trade_no, transaction_id, customs, mch_customs_no, duty, action_type,
|
|
|
sub_order_no, fee_type, order_fee, transport_fee, product_fee, cert_type, cert_id,
|
|
|
name, doc_status, remark, return_code, return_msg, result_code, err_code, err_code_des,
|
|
@@ -75,6 +76,9 @@
|
|
|
<if test="merchName != null" >
|
|
|
merch_name,
|
|
|
</if>
|
|
|
+ <if test="platNo != null" >
|
|
|
+ plat_no,
|
|
|
+ </if>
|
|
|
<if test="platSn != null" >
|
|
|
plat_sn,
|
|
|
</if>
|
|
@@ -197,6 +201,9 @@
|
|
|
<if test="merchName != null" >
|
|
|
#{merchName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="platNo != null" >
|
|
|
+ #{platNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="platSn != null" >
|
|
|
#{platSn,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -320,6 +327,9 @@
|
|
|
<if test="merchName != null" >
|
|
|
merch_name = #{merchName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="platNo != null" >
|
|
|
+ plat_no = #{platNo,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="platSn != null" >
|
|
|
plat_sn = #{platSn,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -455,6 +465,7 @@
|
|
|
wx_pay_sn,
|
|
|
merch_sn,
|
|
|
merch_name,
|
|
|
+ plat_no,
|
|
|
plat_sn,
|
|
|
plat_name,
|
|
|
third_party_merch_code,
|
|
@@ -498,6 +509,7 @@
|
|
|
#{wxPaySn,jdbcType=VARCHAR},
|
|
|
#{merchSn,jdbcType=VARCHAR},
|
|
|
#{merchName,jdbcType=VARCHAR},
|
|
|
+ #{platNo,jdbcType=VARCHAR}
|
|
|
#{platSn,jdbcType=VARCHAR},
|
|
|
#{platName,jdbcType=VARCHAR},
|
|
|
#{thirdPartyMerchCode,jdbcType=VARCHAR},
|