123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 |
- <?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.kmall.admin.dao.cuspay.merch.MerchNotiMapper" >
- <resultMap id="BaseResultMap" type="com.kmall.admin.cuspay.entity.merch.MerchNoti" >
- <id column="noti_sn" property="notiSn" jdbcType="VARCHAR" />
- <result column="all_pay_sn" property="allPaySn" jdbcType="VARCHAR" />
- <result column="merch_sn" property="merchSn" jdbcType="VARCHAR" />
- <result column="merch_name" property="merchName" jdbcType="VARCHAR" />
- <result column="merch_erp_order_sn" property="merchErpOrderSn" 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="all_merch_id" property="allMerchId" jdbcType="VARCHAR" />
- <result column="all_order_no" property="allOrderNo" jdbcType="VARCHAR" />
- <result column="all_pay_no" property="allPayNo" jdbcType="VARCHAR" />
- <result column="all_sub_order_no" property="allSubOrderNo" jdbcType="VARCHAR" />
- <result column="all_sub_order_id" property="allSubOrderId" jdbcType="VARCHAR" />
- <result column="pay_chnl_flag" property="payChnlFlag" jdbcType="VARCHAR" />
- <result column="buyer_payer_check" property="buyerPayerCheck" jdbcType="CHAR" />
- <result column="noti_count" property="notiCount" jdbcType="INTEGER" />
- <result column="is_stoped" property="isStoped" jdbcType="CHAR" />
- <result column="cus_decl_status" property="cusDeclStatus" jdbcType="CHAR" />
- <result column="noti_statue" property="notiStatue" jdbcType="CHAR" />
- <result column="code" property="code" jdbcType="VARCHAR" />
- <result column="msg" property="msg" jdbcType="VARCHAR" />
- <result column="notify_url" property="notifyUrl" jdbcType="VARCHAR" />
- <result column="remark" property="remark" 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="order_sn" property="orderSn" jdbcType="VARCHAR" />
- </resultMap>
- <sql id="Base_Column_List" >
- noti_sn, all_pay_sn, merch_sn, merch_name, merch_erp_order_sn, plat_sn, plat_name,
- third_party_merch_code, third_party_merch_name, all_merch_id, all_order_no, all_pay_no,
- all_sub_order_no, all_sub_order_id, pay_chnl_flag, buyer_payer_check, noti_count, is_stoped, cus_decl_status,
- noti_statue, code, msg, notify_url, remark, creater_sn, create_time, moder_sn, mod_time, order_sn,
- tstm
- </sql>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
- select
- <include refid="Base_Column_List" />
- from merch_noti
- where noti_sn = #{notiSn,jdbcType=VARCHAR}
- </select>
- <select id="getMerchNotiByCodeAndOrderNo" resultMap="BaseResultMap" parameterType="com.kmall.admin.cuspay.entity.merch.MerchNoti" >
- select
- <include refid="Base_Column_List" />
- from merch_noti
- where code = #{code,jdbcType=VARCHAR} and all_pay_no = #{allPayNo,jdbcType=VARCHAR}
- <if test="allSubOrderNo != null" >
- and all_sub_order_no = #{allSubOrderNo}
- </if>
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
- delete from merch_noti
- where noti_sn = #{notiSn,jdbcType=VARCHAR}
- </delete>
- <insert id="insertSelective" parameterType="com.kmall.admin.cuspay.entity.merch.MerchNoti" >
- insert into merch_noti
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="notiSn != null" >
- noti_sn,
- </if>
- <if test="allPaySn != null" >
- all_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="allMerchId != null" >
- all_merch_id,
- </if>
- <if test="allOrderNo != null" >
- all_order_no,
- </if>
- <if test="allPayNo != null" >
- all_pay_no,
- </if>
- <if test="allSubOrderNo != null" >
- all_sub_order_no,
- </if>
- <if test="allSubOrderId != null" >
- all_sub_order_id,
- </if>
- <if test="payChnlFlag != null" >
- pay_chnl_flag,
- </if>
- <if test="buyerPayerCheck != null" >
- buyer_payer_check,
- </if>
- <if test="notiCount != null" >
- noti_count,
- </if>
- <if test="isStoped != null" >
- is_stoped,
- </if>
- <if test="cusDeclStatus != null" >
- cus_decl_status,
- </if>
- <if test="notiStatue != null" >
- noti_statue,
- </if>
- <if test="code != null" >
- code,
- </if>
- <if test="msg != null" >
- msg,
- </if>
- <if test="notifyUrl != null" >
- notify_url,
- </if>
- <if test="remark != null" >
- remark,
- </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="orderSn != null" >
- order_sn,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="notiSn != null" >
- #{notiSn,jdbcType=VARCHAR},
- </if>
- <if test="allPaySn != null" >
- #{allPaySn,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="allMerchId != null" >
- #{allMerchId,jdbcType=VARCHAR},
- </if>
- <if test="allOrderNo != null" >
- #{allOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allPayNo != null" >
- #{allPayNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderNo != null" >
- #{allSubOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderId != null" >
- #{allSubOrderId,jdbcType=VARCHAR},
- </if>
- <if test="payChnlFlag != null" >
- #{payChnlFlag,jdbcType=VARCHAR},
- </if>
- <if test="buyerPayerCheck != null" >
- #{buyerPayerCheck,jdbcType=CHAR},
- </if>
- <if test="notiCount != null" >
- #{notiCount,jdbcType=INTEGER},
- </if>
- <if test="isStoped != null" >
- #{isStoped,jdbcType=CHAR},
- </if>
- <if test="cusDeclStatus != null" >
- #{cusDeclStatus,jdbcType=CHAR},
- </if>
- <if test="notiStatue != null" >
- #{notiStatue,jdbcType=CHAR},
- </if>
- <if test="code != null" >
- #{code,jdbcType=VARCHAR},
- </if>
- <if test="msg != null" >
- #{msg,jdbcType=VARCHAR},
- </if>
- <if test="notifyUrl != null" >
- #{notifyUrl,jdbcType=VARCHAR},
- </if>
- <if test="remark != null" >
- #{remark,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="orderSn != null" >
- #{orderSn,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <update id="updateByPrimaryKeySelective" parameterType="com.kmall.admin.cuspay.entity.merch.MerchNoti" >
- update merch_noti
- <set >
- <if test="allPaySn != null" >
- all_pay_sn = #{allPaySn,jdbcType=VARCHAR},
- </if>
- <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="allMerchId != null" >
- all_merch_id = #{allMerchId,jdbcType=VARCHAR},
- </if>
- <if test="allOrderNo != null" >
- all_order_no = #{allOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allPayNo != null" >
- all_pay_no = #{allPayNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderNo != null" >
- all_sub_order_no = #{allSubOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderId != null" >
- all_sub_order_id = #{allSubOrderId,jdbcType=VARCHAR},
- </if>
- <if test="payChnlFlag != null" >
- pay_chnl_flag = #{payChnlFlag,jdbcType=VARCHAR},
- </if>
- <if test="buyerPayerCheck != null" >
- buyer_payer_check = #{buyerPayerCheck,jdbcType=CHAR},
- </if>
- <if test="notiCount != null" >
- noti_count = #{notiCount,jdbcType=INTEGER},
- </if>
- <if test="isStoped != null" >
- is_stoped = #{isStoped,jdbcType=CHAR},
- </if>
- <if test="cusDeclStatus != null" >
- cus_decl_status = #{cusDeclStatus,jdbcType=CHAR},
- </if>
- <if test="notiStatue != null" >
- noti_statue = #{notiStatue,jdbcType=CHAR},
- </if>
- <if test="code != null" >
- code = #{code,jdbcType=VARCHAR},
- </if>
- <if test="msg != null" >
- msg = #{msg,jdbcType=VARCHAR},
- </if>
- <if test="notifyUrl != null" >
- notify_url = #{notifyUrl,jdbcType=VARCHAR},
- </if>
- <if test="remark != null" >
- remark = #{remark,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="orderSn != null" >
- order_sn = #{orderSn,jdbcType=VARCHAR},
- </if>
- </set>
- where noti_sn = #{notiSn,jdbcType=VARCHAR}
- </update>
- <update id="updateByorderSn" parameterType="com.kmall.admin.cuspay.entity.merch.MerchNoti" >
- update merch_noti
- <set >
- <if test="allPaySn != null" >
- all_pay_sn = #{allPaySn,jdbcType=VARCHAR},
- </if>
- <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="allMerchId != null" >
- all_merch_id = #{allMerchId,jdbcType=VARCHAR},
- </if>
- <if test="allOrderNo != null" >
- all_order_no = #{allOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allPayNo != null" >
- all_pay_no = #{allPayNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderNo != null" >
- all_sub_order_no = #{allSubOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="allSubOrderId != null" >
- all_sub_order_id = #{allSubOrderId,jdbcType=VARCHAR},
- </if>
- <if test="payChnlFlag != null" >
- pay_chnl_flag = #{payChnlFlag,jdbcType=VARCHAR},
- </if>
- <if test="buyerPayerCheck != null" >
- buyer_payer_check = #{buyerPayerCheck,jdbcType=CHAR},
- </if>
- <if test="notiCount != null" >
- noti_count = #{notiCount,jdbcType=INTEGER},
- </if>
- <if test="isStoped != null" >
- is_stoped = #{isStoped,jdbcType=CHAR},
- </if>
- <if test="cusDeclStatus != null" >
- cus_decl_status = #{cusDeclStatus,jdbcType=CHAR},
- </if>
- <if test="notiStatue != null" >
- noti_statue = #{notiStatue,jdbcType=CHAR},
- </if>
- <if test="code != null" >
- code = #{code,jdbcType=VARCHAR},
- </if>
- <if test="msg != null" >
- msg = #{msg,jdbcType=VARCHAR},
- </if>
- <if test="notifyUrl != null" >
- notify_url = #{notifyUrl,jdbcType=VARCHAR},
- </if>
- <if test="remark != null" >
- remark = #{remark,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="orderSn != null" >
- order_sn = #{orderSn,jdbcType=VARCHAR},
- </if>
- </set>
- where order_sn = #{orderSn,jdbcType=VARCHAR}
- </update>
- <select id="selectMerchNotis" resultMap="BaseResultMap" parameterType="java.lang.Integer">
- SELECT
- <include refid="Base_Column_List"/>
- FROM merch_noti WHERE noti_statue = '0' and is_stoped = '0' limit #{limit}
- </select>
- <insert id="insertBatch" parameterType="java.util.List">
- insert into merch_noti
- <trim prefix="(" suffix=")" suffixOverrides=",">
- noti_sn,
- all_pay_sn,
- merch_sn,
- merch_name,
- merch_erp_order_sn,
- plat_sn,
- plat_name,
- third_party_merch_code,
- third_party_merch_name,
- all_merch_id,
- all_order_no,
- all_pay_no,
- all_sub_order_no,
- all_sub_order_id,
- pay_chnl_flag,
- buyer_payer_check,
- noti_count,
- is_stoped,
- cus_decl_status,
- noti_statue,
- code,
- msg,
- notify_url,
- remark,
- creater_sn,
- create_time,
- moder_sn,
- mod_time,
- order_sn
- </trim>
- VALUES
- <foreach collection="list" item="item" index="index" separator=",">
- <trim prefix="(" suffix=")" suffixOverrides=",">
- #{item.notiSn,jdbcType=VARCHAR},
- #{item.allPaySn,jdbcType=VARCHAR},
- #{item.merchSn,jdbcType=VARCHAR},
- #{item.merchName,jdbcType=VARCHAR},
- #{item.merchErpOrderSn, jdbcType=VARCHAR},
- #{item.platSn,jdbcType=VARCHAR},
- #{item.platName,jdbcType=VARCHAR},
- #{item.thirdPartyMerchCode,jdbcType=VARCHAR},
- #{item.thirdPartyMerchName,jdbcType=VARCHAR},
- #{item.allMerchId,jdbcType=VARCHAR},
- #{item.allOrderNo,jdbcType=VARCHAR},
- #{item.allPayNo,jdbcType=VARCHAR},
- #{item.allSubOrderNo,jdbcType=VARCHAR},
- #{item.allSubOrderId,jdbcType=VARCHAR},
- #{item.payChnlFlag,jdbcType=VARCHAR},
- #{item.buyerPayerCheck,jdbcType=CHAR},
- #{item.notiCount,jdbcType=INTEGER},
- #{item.isStoped,jdbcType=CHAR},
- #{item.cusDeclStatus,jdbcType=CHAR},
- #{item.notiStatue,jdbcType=CHAR},
- #{item.code,jdbcType=VARCHAR},
- #{item.msg,jdbcType=VARCHAR},
- #{item.notifyUrl,jdbcType=VARCHAR},
- #{item.remark,jdbcType=VARCHAR},
- #{item.createrSn,jdbcType=VARCHAR},
- #{item.createTime,jdbcType=VARCHAR},
- #{item.moderSn,jdbcType=VARCHAR},
- #{item.modTime,jdbcType=VARCHAR},
- #{item.orderSn,jdbcType=VARCHAR},
- </trim>
- </foreach>
- </insert>
- <update id="updateBatch" parameterType="java.util.List">
- <foreach collection="list" item="item" index="index" open="" close="" separator=";">
- update merch_noti
- <set >
- <if test="item.allPaySn != null" >
- all_pay_sn = #{item.allPaySn,jdbcType=VARCHAR},
- </if>
- <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.allMerchId != null" >
- all_merch_id = #{item.allMerchId,jdbcType=VARCHAR},
- </if>
- <if test="item.allOrderNo != null" >
- all_order_no = #{item.allOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="item.allPayNo != null" >
- all_pay_no = #{item.allPayNo,jdbcType=VARCHAR},
- </if>
- <if test="item.allSubOrderNo != null" >
- all_sub_order_no = #{item.allSubOrderNo,jdbcType=VARCHAR},
- </if>
- <if test="item.allSubOrderId != null" >
- all_sub_order_id = #{item.allSubOrderId,jdbcType=VARCHAR},
- </if>
- <if test="item.payChnlFlag != null" >
- pay_chnl_flag = #{item.payChnlFlag,jdbcType=VARCHAR},
- </if>
- <if test="item.buyerPayerCheck != null" >
- buyer_payer_check = #{item.buyerPayerCheck,jdbcType=CHAR},
- </if>
- <if test="item.notiCount != null" >
- noti_count = #{item.notiCount,jdbcType=INTEGER},
- </if>
- <if test="item.isStoped != null" >
- is_stoped = #{item.isStoped,jdbcType=CHAR},
- </if>
- <if test="item.cusDeclStatus != null" >
- cus_decl_status = #{item.cusDeclStatus,jdbcType=CHAR},
- </if>
- <if test="item.notiStatue != null" >
- noti_statue = #{item.notiStatue,jdbcType=CHAR},
- </if>
- <if test="item.code != null" >
- code = #{item.code,jdbcType=VARCHAR},
- </if>
- <if test="item.msg != null" >
- msg = #{item.msg,jdbcType=VARCHAR},
- </if>
- <if test="item.notifyUrl != null" >
- notify_url = #{item.notifyUrl,jdbcType=VARCHAR},
- </if>
- <if test="item.remark != null" >
- remark = #{item.remark,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.orderSn != null" >
- order_sn = #{item.orderSn,jdbcType=VARCHAR},
- </if>
- </set>
- where noti_sn = #{item.notiSn,jdbcType=VARCHAR}
- </foreach>
- </update>
- </mapper>
|