123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
- <mapper namespace="com.emato.cuspay.dao.mapper.wx.WxCbPayDocMapper" >
- <resultMap id="BaseResultMap" type="com.emato.cuspay.wx.entity.WxCbPayDoc" >
- <id column="wx_pay_sn" property="wxPaySn" jdbcType="VARCHAR" />
- <result column="merch_sn" property="merchSn" jdbcType="VARCHAR" />
- <result column="merch_name" property="merchName" jdbcType="VARCHAR" />
- <result column="plat_sn" property="platSn" jdbcType="VARCHAR" />
- <result column="plat_name" property="platName" jdbcType="VARCHAR" />
- <result column="third_party_merch_code" property="thirdPartyMerchCode" jdbcType="VARCHAR" />
- <result column="third_party_merch_name" property="thirdPartyMerchName" jdbcType="VARCHAR" />
- <result column="appid" property="appid" jdbcType="VARCHAR" />
- <result column="mch_id" property="mchId" jdbcType="VARCHAR" />
- <result column="out_trade_no" property="outTradeNo" jdbcType="VARCHAR" />
- <result column="transaction_id" property="transactionId" jdbcType="VARCHAR" />
- <result column="customs" property="customs" jdbcType="VARCHAR" />
- <result column="mch_customs_no" property="mchCustomsNo" jdbcType="VARCHAR" />
- <result column="duty" property="duty" jdbcType="INTEGER" />
- <result column="action_type" property="actionType" jdbcType="VARCHAR" />
- <result column="sub_order_no" property="subOrderNo" jdbcType="VARCHAR" />
- <result column="fee_type" property="feeType" jdbcType="VARCHAR" />
- <result column="order_fee" property="orderFee" jdbcType="INTEGER" />
- <result column="transport_fee" property="transportFee" jdbcType="INTEGER" />
- <result column="product_fee" property="productFee" jdbcType="INTEGER" />
- <result column="cert_type" property="certType" jdbcType="VARCHAR" />
- <result column="cert_id" property="certId" jdbcType="VARCHAR" />
- <result column="name" property="name" jdbcType="VARCHAR" />
- <result column="doc_status" property="docStatus" jdbcType="CHAR" />
- <result column="remark" property="remark" jdbcType="VARCHAR" />
- <result column="return_code" property="returnCode" jdbcType="VARCHAR" />
- <result column="return_msg" property="returnMsg" jdbcType="VARCHAR" />
- <result column="result_code" property="resultCode" jdbcType="VARCHAR" />
- <result column="err_code" property="errCode" jdbcType="VARCHAR" />
- <result column="err_code_des" property="errCodeDes" jdbcType="VARCHAR" />
- <result column="creater_sn" property="createrSn" jdbcType="VARCHAR" />
- <result column="create_time" property="createTime" jdbcType="VARCHAR" />
- <result column="moder_sn" property="moderSn" jdbcType="VARCHAR" />
- <result column="mod_time" property="modTime" jdbcType="VARCHAR" />
- <result column="tstm" property="tstm" jdbcType="TIMESTAMP" />
- <result column="ex_field" property="exField" jdbcType="VARCHAR" />
- <result column="ex_field2" property="exField2" jdbcType="VARCHAR" />
- <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="merch_erp_order_sn" property="merchErpOrderSn" jdbcType="VARCHAR" />
- </resultMap>
- <sql id="Base_Column_List" >
- wx_pay_sn, merch_sn, merch_name, merch_erp_order_sn, 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,
- creater_sn, create_time, moder_sn, mod_time, tstm, ex_field, ex_field2, ex_field3,
- ex_field4, ex_field5
- </sql>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
- select
- <include refid="Base_Column_List" />
- from wx_cb_pay_doc
- where wx_pay_sn = #{wxPaySn,jdbcType=VARCHAR}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
- delete from wx_cb_pay_doc
- where wx_pay_sn = #{wxPaySn,jdbcType=VARCHAR}
- </delete>
- <insert id="insertSelective" parameterType="com.emato.cuspay.wx.entity.WxCbPayDoc" >
- insert into wx_cb_pay_doc
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="wxPaySn != null" >
- wx_pay_sn,
- </if>
- <if test="merchSn != null" >
- merch_sn,
- </if>
- <if test="merchName != null" >
- merch_name,
- </if>
- <if test="merchErpOrderSn != null" >
- merch_erp_order_sn,
- </if>
- <if test="platSn != null" >
- plat_sn,
- </if>
- <if test="platName != null" >
- plat_name,
- </if>
- <if test="thirdPartyMerchCode != null" >
- third_party_merch_code,
- </if>
- <if test="thirdPartyMerchName != null" >
- third_party_merch_name,
- </if>
- <if test="appid != null" >
- appid,
- </if>
- <if test="mchId != null" >
- mch_id,
- </if>
- <if test="outTradeNo != null" >
- out_trade_no,
- </if>
- <if test="transactionId != null" >
- transaction_id,
- </if>
- <if test="customs != null" >
- customs,
- </if>
- <if test="mchCustomsNo != null" >
- mch_customs_no,
- </if>
- <if test="duty != null" >
- duty,
- </if>
- <if test="actionType != null" >
- action_type,
- </if>
- <if test="subOrderNo != null" >
- sub_order_no,
- </if>
- <if test="feeType != null" >
- fee_type,
- </if>
- <if test="orderFee != null" >
- order_fee,
- </if>
- <if test="transportFee != null" >
- transport_fee,
- </if>
- <if test="productFee != null" >
- product_fee,
- </if>
- <if test="certType != null" >
- cert_type,
- </if>
- <if test="certId != null" >
- cert_id,
- </if>
- <if test="name != null" >
- name,
- </if>
- <if test="docStatus != null" >
- doc_status,
- </if>
- <if test="remark != null" >
- remark,
- </if>
- <if test="returnCode != null" >
- return_code,
- </if>
- <if test="returnMsg != null" >
- return_msg,
- </if>
- <if test="resultCode != null" >
- result_code,
- </if>
- <if test="errCode != null" >
- err_code,
- </if>
- <if test="errCodeDes != null" >
- err_code_des,
- </if>
- <if test="createrSn != null" >
- creater_sn,
- </if>
- <if test="createTime != null" >
- create_time,
- </if>
- <if test="moderSn != null" >
- moder_sn,
- </if>
- <if test="modTime != null" >
- mod_time,
- </if>
- <if test="tstm != null" >
- tstm,
- </if>
- <if test="exField != null" >
- ex_field,
- </if>
- <if test="exField2 != null" >
- ex_field2,
- </if>
- <if test="exField3 != null" >
- ex_field3,
- </if>
- <if test="exField4 != null" >
- ex_field4,
- </if>
- <if test="exField5 != null" >
- ex_field5,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="wxPaySn != null" >
- #{wxPaySn,jdbcType=VARCHAR},
- </if>
- <if test="merchSn != null" >
- #{merchSn,jdbcType=VARCHAR},
- </if>
- <if test="merchName != null" >
- #{merchName,jdbcType=VARCHAR},
- </if>
- <if test="merchErpOrderSn != null" >
- #{merchErpOrderSn,jdbcType=VARCHAR},
- </if>
- <if test="platSn != null" >
- #{platSn,jdbcType=VARCHAR},
- </if>
- <if test="platName != null" >
- #{platName,jdbcType=VARCHAR},
- </if>
- <if test="thirdPartyMerchCode != null" >
- #{thirdPartyMerchCode,jdbcType=VARCHAR},
- </if>
- <if test="thirdPartyMerchName != null" >
- #{thirdPartyMerchName,jdbcType=VARCHAR},
- </if>
- <if test="appid != null" >
- #{appid,jdbcType=VARCHAR},
- </if>
- <if test="mchId != null" >
- #{mchId,jdbcType=VARCHAR},
- </if>
- <if test="outTradeNo != null" >
- #{outTradeNo,jdbcType=VARCHAR},
- </if>
- <if test="transactionId != null" >
- #{transactionId,jdbcType=VARCHAR},
- </if>
- <if test="customs != null" >
- #{customs,jdbcType=VARCHAR},
- </if>
- <if test="mchCustomsNo != null" >
- #{mchCustomsNo,jdbcType=VARCHAR},
- </if>
- <if test="duty != null" >
- #{duty,jdbcType=INTEGER},
- </if>
- <if test="actionType != null" >
- #{actionType,jdbcType=VARCHAR},
- </if>
- <if test="subOrderNo != null" >
- #{subOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="feeType != null" >
- #{feeType,jdbcType=VARCHAR},
- </if>
- <if test="orderFee != null" >
- #{orderFee,jdbcType=INTEGER},
- </if>
- <if test="transportFee != null" >
- #{transportFee,jdbcType=INTEGER},
- </if>
- <if test="productFee != null" >
- #{productFee,jdbcType=INTEGER},
- </if>
- <if test="certType != null" >
- #{certType,jdbcType=VARCHAR},
- </if>
- <if test="certId != null" >
- #{certId,jdbcType=VARCHAR},
- </if>
- <if test="name != null" >
- #{name,jdbcType=VARCHAR},
- </if>
- <if test="docStatus != null" >
- #{docStatus,jdbcType=CHAR},
- </if>
- <if test="remark != null" >
- #{remark,jdbcType=VARCHAR},
- </if>
- <if test="returnCode != null" >
- #{returnCode,jdbcType=VARCHAR},
- </if>
- <if test="returnMsg != null" >
- #{returnMsg,jdbcType=VARCHAR},
- </if>
- <if test="resultCode != null" >
- #{resultCode,jdbcType=VARCHAR},
- </if>
- <if test="errCode != null" >
- #{errCode,jdbcType=VARCHAR},
- </if>
- <if test="errCodeDes != null" >
- #{errCodeDes,jdbcType=VARCHAR},
- </if>
- <if test="createrSn != null" >
- #{createrSn,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null" >
- #{createTime,jdbcType=VARCHAR},
- </if>
- <if test="moderSn != null" >
- #{moderSn,jdbcType=VARCHAR},
- </if>
- <if test="modTime != null" >
- #{modTime,jdbcType=VARCHAR},
- </if>
- <if test="tstm != null" >
- #{tstm,jdbcType=TIMESTAMP},
- </if>
- <if test="exField != null" >
- #{exField,jdbcType=VARCHAR},
- </if>
- <if test="exField2 != null" >
- #{exField2,jdbcType=VARCHAR},
- </if>
- <if test="exField3 != null" >
- #{exField3,jdbcType=VARCHAR},
- </if>
- <if test="exField4 != null" >
- #{exField4,jdbcType=VARCHAR},
- </if>
- <if test="exField5 != null" >
- #{exField5,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <update id="updateByPrimaryKeySelective" parameterType="com.emato.cuspay.wx.entity.WxCbPayDoc" >
- update wx_cb_pay_doc
- <set >
- <if test="merchSn != null" >
- merch_sn = #{merchSn,jdbcType=VARCHAR},
- </if>
- <if test="merchName != null" >
- merch_name = #{merchName,jdbcType=VARCHAR},
- </if>
- <if test="merchErpOrderSn != null" >
- merch_erp_order_sn = #{merchErpOrderSn,jdbcType=VARCHAR},
- </if>
- <if test="platSn != null" >
- plat_sn = #{platSn,jdbcType=VARCHAR},
- </if>
- <if test="platName != null" >
- plat_name = #{platName,jdbcType=VARCHAR},
- </if>
- <if test="thirdPartyMerchCode != null" >
- third_party_merch_code = #{thirdPartyMerchCode,jdbcType=VARCHAR},
- </if>
- <if test="thirdPartyMerchName != null" >
- third_party_merch_name = #{thirdPartyMerchName,jdbcType=VARCHAR},
- </if>
- <if test="appid != null" >
- appid = #{appid,jdbcType=VARCHAR},
- </if>
- <if test="mchId != null" >
- mch_id = #{mchId,jdbcType=VARCHAR},
- </if>
- <if test="outTradeNo != null" >
- out_trade_no = #{outTradeNo,jdbcType=VARCHAR},
- </if>
- <if test="transactionId != null" >
- transaction_id = #{transactionId,jdbcType=VARCHAR},
- </if>
- <if test="customs != null" >
- customs = #{customs,jdbcType=VARCHAR},
- </if>
- <if test="mchCustomsNo != null" >
- mch_customs_no = #{mchCustomsNo,jdbcType=VARCHAR},
- </if>
- <if test="duty != null" >
- duty = #{duty,jdbcType=INTEGER},
- </if>
- <if test="actionType != null" >
- action_type = #{actionType,jdbcType=VARCHAR},
- </if>
- <if test="subOrderNo != null" >
- sub_order_no = #{subOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="feeType != null" >
- fee_type = #{feeType,jdbcType=VARCHAR},
- </if>
- <if test="orderFee != null" >
- order_fee = #{orderFee,jdbcType=INTEGER},
- </if>
- <if test="transportFee != null" >
- transport_fee = #{transportFee,jdbcType=INTEGER},
- </if>
- <if test="productFee != null" >
- product_fee = #{productFee,jdbcType=INTEGER},
- </if>
- <if test="certType != null" >
- cert_type = #{certType,jdbcType=VARCHAR},
- </if>
- <if test="certId != null" >
- cert_id = #{certId,jdbcType=VARCHAR},
- </if>
- <if test="name != null" >
- name = #{name,jdbcType=VARCHAR},
- </if>
- <if test="docStatus != null" >
- doc_status = #{docStatus,jdbcType=CHAR},
- </if>
- <if test="remark != null" >
- remark = #{remark,jdbcType=VARCHAR},
- </if>
- <if test="returnCode != null" >
- return_code = #{returnCode,jdbcType=VARCHAR},
- </if>
- <if test="returnMsg != null" >
- return_msg = #{returnMsg,jdbcType=VARCHAR},
- </if>
- <if test="resultCode != null" >
- result_code = #{resultCode,jdbcType=VARCHAR},
- </if>
- <if test="errCode != null" >
- err_code = #{errCode,jdbcType=VARCHAR},
- </if>
- <if test="errCodeDes != null" >
- err_code_des = #{errCodeDes,jdbcType=VARCHAR},
- </if>
- <if test="createrSn != null" >
- creater_sn = #{createrSn,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null" >
- create_time = #{createTime,jdbcType=VARCHAR},
- </if>
- <if test="moderSn != null" >
- moder_sn = #{moderSn,jdbcType=VARCHAR},
- </if>
- <if test="modTime != null" >
- mod_time = #{modTime,jdbcType=VARCHAR},
- </if>
- <if test="tstm != null" >
- tstm = #{tstm,jdbcType=TIMESTAMP},
- </if>
- <if test="exField != null" >
- ex_field = #{exField,jdbcType=VARCHAR},
- </if>
- <if test="exField2 != null" >
- ex_field2 = #{exField2,jdbcType=VARCHAR},
- </if>
- <if test="exField3 != null" >
- ex_field3 = #{exField3,jdbcType=VARCHAR},
- </if>
- <if test="exField4 != null" >
- ex_field4 = #{exField4,jdbcType=VARCHAR},
- </if>
- <if test="exField5 != null" >
- ex_field5 = #{exField5,jdbcType=VARCHAR},
- </if>
- </set>
- where wx_pay_sn = #{wxPaySn,jdbcType=VARCHAR}
- </update>
- <select id="selectBeDeclaredData" resultMap="BaseResultMap" parameterType="java.lang.Integer">
- select
- <include refid="Base_Column_List" />
- from wx_cb_pay_doc
- where doc_status = '00' limit #{limit}
- </select>
- <select id="insertBatch">
- INSERT wx_cb_pay_doc
- <trim prefix="(" suffix=")" suffixOverrides=",">
- wx_pay_sn,
- merch_sn,
- merch_name,
- merch_erp_order_sn,
- 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,
- creater_sn,
- create_time,
- moder_sn,
- mod_time,
- ex_field,
- ex_field2,
- ex_field3,
- ex_field4,
- ex_field5,
- </trim>
- VALUES
- <foreach collection="list" item="item" index="index" separator=",">
- <trim prefix="(" suffix=")" suffixOverrides=",">
- #{wxPaySn,jdbcType=VARCHAR},
- #{merchSn,jdbcType=VARCHAR},
- #{merchName,jdbcType=VARCHAR},
- #{merchErpOrderSn,jdbcType=VARCHAR}
- #{platSn,jdbcType=VARCHAR},
- #{platName,jdbcType=VARCHAR},
- #{thirdPartyMerchCode,jdbcType=VARCHAR},
- #{thirdPartyMerchName,jdbcType=VARCHAR},
- #{appid,jdbcType=VARCHAR},
- #{mchId,jdbcType=VARCHAR},
- #{outTradeNo,jdbcType=VARCHAR},
- #{transactionId,jdbcType=VARCHAR},
- #{customs,jdbcType=VARCHAR},
- #{mchCustomsNo,jdbcType=VARCHAR},
- #{duty,jdbcType=INTEGER},
- #{actionType,jdbcType=VARCHAR},
- #{subOrderNo,jdbcType=VARCHAR},
- #{feeType,jdbcType=VARCHAR},
- #{orderFee,jdbcType=INTEGER},
- #{transportFee,jdbcType=INTEGER},
- #{productFee,jdbcType=INTEGER},
- #{certType,jdbcType=VARCHAR},
- #{certId,jdbcType=VARCHAR},
- #{name,jdbcType=VARCHAR},
- #{docStatus,jdbcType=CHAR},
- #{remark,jdbcType=VARCHAR},
- #{returnCode,jdbcType=VARCHAR},
- #{returnMsg,jdbcType=VARCHAR},
- #{resultCode,jdbcType=VARCHAR},
- #{errCode,jdbcType=VARCHAR},
- #{errCodeDes,jdbcType=VARCHAR},
- #{createrSn,jdbcType=VARCHAR},
- #{createTime,jdbcType=VARCHAR},
- #{moderSn,jdbcType=VARCHAR},
- #{modTime,jdbcType=VARCHAR},
- #{exField,jdbcType=VARCHAR},
- #{exField2,jdbcType=VARCHAR},
- #{exField3,jdbcType=VARCHAR},
- #{exField4,jdbcType=VARCHAR},
- #{exField5,jdbcType=VARCHAR},
- </trim>
- </foreach>
- </select>
-
- <update id="updateBatch" parameterType="java.util.List">
- <foreach collection="list" item="item" index="index" open="" close="" separator=";">
- update wx_cb_pay_doc
- <set >
- <if test="item.merchSn != null" >
- merch_sn = #{item.merchSn,jdbcType=VARCHAR},
- </if>
- <if test="item.merchName != null" >
- merch_name = #{item.merchName,jdbcType=VARCHAR},
- </if>
- <if test="item.merchErpOrderSn != null" >
- merch_erp_order_sn = #{item.merchErpOrderSn,jdbcType=VARCHAR},
- </if>
- <if test="item.platSn != null" >
- plat_sn = #{item.platSn,jdbcType=VARCHAR},
- </if>
- <if test="item.platName != null" >
- plat_name = #{item.platName,jdbcType=VARCHAR},
- </if>
- <if test="item.thirdPartyMerchCode != null" >
- third_party_merch_code = #{item.thirdPartyMerchCode,jdbcType=VARCHAR},
- </if>
- <if test="item.thirdPartyMerchName != null" >
- third_party_merch_name = #{item.thirdPartyMerchName,jdbcType=VARCHAR},
- </if>
- <if test="item.appid != null" >
- appid = #{item.appid,jdbcType=VARCHAR},
- </if>
- <if test="item.mchId != null" >
- mch_id = #{item.mchId,jdbcType=VARCHAR},
- </if>
- <if test="item.outTradeNo != null" >
- out_trade_no = #{item.outTradeNo,jdbcType=VARCHAR},
- </if>
- <if test="item.transactionId != null" >
- transaction_id = #{item.transactionId,jdbcType=VARCHAR},
- </if>
- <if test="item.customs != null" >
- customs = #{item.customs,jdbcType=VARCHAR},
- </if>
- <if test="item.mchCustomsNo != null" >
- mch_customs_no = #{item.mchCustomsNo,jdbcType=VARCHAR},
- </if>
- <if test="item.duty != null" >
- duty = #{item.duty,jdbcType=INTEGER},
- </if>
- <if test="item.actionType != null" >
- action_type = #{item.actionType,jdbcType=VARCHAR},
- </if>
- <if test="item.subOrderNo != null" >
- sub_order_no = #{item.subOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="item.feeType != null" >
- fee_type = #{item.feeType,jdbcType=VARCHAR},
- </if>
- <if test="item.orderFee != null" >
- order_fee = #{item.orderFee,jdbcType=INTEGER},
- </if>
- <if test="item.transportFee != null" >
- transport_fee = #{item.transportFee,jdbcType=INTEGER},
- </if>
- <if test="item.productFee != null" >
- product_fee = #{item.productFee,jdbcType=INTEGER},
- </if>
- <if test="item.certType != null" >
- cert_type = #{item.certType,jdbcType=VARCHAR},
- </if>
- <if test="item.certId != null" >
- cert_id = #{item.certId,jdbcType=VARCHAR},
- </if>
- <if test="item.name != null" >
- name = #{item.name,jdbcType=VARCHAR},
- </if>
- <if test="item.docStatus != null" >
- doc_status = #{item.docStatus,jdbcType=CHAR},
- </if>
- <if test="item.remark != null" >
- remark = #{item.remark,jdbcType=VARCHAR},
- </if>
- <if test="item.returnCode != null" >
- return_code = #{item.returnCode,jdbcType=VARCHAR},
- </if>
- <if test="item.returnMsg != null" >
- return_msg = #{item.returnMsg,jdbcType=VARCHAR},
- </if>
- <if test="item.resultCode != null" >
- result_code = #{item.resultCode,jdbcType=VARCHAR},
- </if>
- <if test="item.errCode != null" >
- err_code = #{item.errCode,jdbcType=VARCHAR},
- </if>
- <if test="item.errCodeDes != null" >
- err_code_des = #{item.errCodeDes,jdbcType=VARCHAR},
- </if>
- <if test="item.createrSn != null" >
- creater_sn = #{item.createrSn,jdbcType=VARCHAR},
- </if>
- <if test="item.createTime != null" >
- create_time = #{item.createTime,jdbcType=VARCHAR},
- </if>
- <if test="item.moderSn != null" >
- moder_sn = #{item.moderSn,jdbcType=VARCHAR},
- </if>
- <if test="item.modTime != null" >
- mod_time = #{item.modTime,jdbcType=VARCHAR},
- </if>
- <if test="item.tstm != null" >
- tstm = #{item.tstm,jdbcType=TIMESTAMP},
- </if>
- <if test="item.exField != null" >
- ex_field = #{item.exField,jdbcType=VARCHAR},
- </if>
- <if test="item.exField2 != null" >
- ex_field2 = #{item.exField2,jdbcType=VARCHAR},
- </if>
- <if test="item.exField3 != null" >
- ex_field3 = #{item.exField3,jdbcType=VARCHAR},
- </if>
- <if test="item.exField4 != null" >
- ex_field4 = #{item.exField4,jdbcType=VARCHAR},
- </if>
- <if test="item.exField5 != null" >
- ex_field5 = #{item.exField5,jdbcType=VARCHAR},
- </if>
- </set>
- where wx_pay_sn = #{item.wxPaySn,jdbcType=VARCHAR}
- </foreach>
- </update>
- </mapper>
|