123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618 |
- <?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.ccnet.wx.dao.mapper.ccnet.CusWaybillMapper" >
- <resultMap id="BaseResultMap" type="com.emato.ccnet.wx.dao.entity.ccnet.CusWaybill" >
- <id column="cus_waybill_sn" property="cusWaybillSn" jdbcType="VARCHAR" />
- <result column="merch_order_id" property="merchOrderId" 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="place_orderl_time" property="placeOrderlTime" jdbcType="TIMESTAMP" />
- <result column="auto_send" property="autoSend" jdbcType="CHAR" />
- <result column="buyer_bill_time" property="buyerBillTime" jdbcType="TIMESTAMP" />
- <result column="buyer_id_type" property="buyerIdType" jdbcType="VARCHAR" />
- <result column="buyer_id_code" property="buyerIdCode" jdbcType="VARCHAR" />
- <result column="buyer_name" property="buyerName" jdbcType="VARCHAR" />
- <result column="buyer_tel" property="buyerTel" jdbcType="VARCHAR" />
- <result column="consignee_id_type" property="consigneeIdType" jdbcType="VARCHAR" />
- <result column="consignee_id_code" property="consigneeIdCode" jdbcType="VARCHAR" />
- <result column="consignee_name" property="consigneeName" jdbcType="VARCHAR" />
- <result column="consignee_mob" property="consigneeMob" jdbcType="VARCHAR" />
- <result column="consignee_tel" property="consigneeTel" jdbcType="VARCHAR" />
- <result column="consignee_country_code" property="consigneeCountryCode" jdbcType="VARCHAR" />
- <result column="consignee_province_code" property="consigneeProvinceCode" jdbcType="VARCHAR" />
- <result column="consignee_province" property="consigneeProvince" jdbcType="VARCHAR" />
- <result column="consignee_city_code" property="consigneeCityCode" jdbcType="VARCHAR" />
- <result column="consignee_city" property="consigneeCity" jdbcType="VARCHAR" />
- <result column="consignee_district_code" property="consigneeDistrictCode" jdbcType="VARCHAR" />
- <result column="consignee_district" property="consigneeDistrict" jdbcType="VARCHAR" />
- <result column="consignee_address" property="consigneeAddress" jdbcType="VARCHAR" />
- <result column="consignee_zip_code" property="consigneeZipCode" jdbcType="VARCHAR" />
- <result column="payer_name" property="payerName" jdbcType="VARCHAR" />
- <result column="payer_id_type" property="payerIdType" jdbcType="VARCHAR" />
- <result column="payer_id_code" property="payerIdCode" jdbcType="VARCHAR" />
- <result column="payer_mob" property="payerMob" jdbcType="VARCHAR" />
- <result column="pay_ent_cus_code" property="payEntCusCode" jdbcType="VARCHAR" />
- <result column="pay_no" property="payNo" jdbcType="VARCHAR" />
- <result column="actural_paid" property="acturalPaid" jdbcType="DECIMAL" />
- <result column="pay_time" property="payTime" jdbcType="TIMESTAMP" />
- <result column="expr_type" property="exprType" jdbcType="CHAR" />
- <result column="expr_comp_id" property="exprCompId" jdbcType="VARCHAR" />
- <result column="expr_agreement_type" property="exprAgreementType" jdbcType="CHAR" />
- <result column="decl_expr_fee" property="declExprFee" jdbcType="DECIMAL" />
- <result column="decl_post_tax" property="declPostTax" jdbcType="DECIMAL" />
- <result column="shop_id" property="shopId" jdbcType="VARCHAR" />
- <result column="extra_tag" property="extraTag" jdbcType="VARCHAR" />
- <result column="buyer_pay_check" property="buyerPayCheck" jdbcType="CHAR" />
- <result column="currency_code" property="currencyCode" jdbcType="VARCHAR" />
- <result column="ws_flag" property="wsFlag" jdbcType="CHAR" />
- <result column="remark" property="remark" jdbcType="VARCHAR" />
- <result column="creater_sn" property="createrSn" jdbcType="VARCHAR" />
- <result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
- <result column="moder_sn" property="moderSn" jdbcType="VARCHAR" />
- <result column="mod_time" property="modTime" jdbcType="TIMESTAMP" />
- <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" />
- </resultMap>
- <sql id="Base_Column_List" >
- cus_waybill_sn, merch_order_id, merch_sn, merch_name, plat_sn, plat_name, third_party_merch_code,
- third_party_merch_name, place_orderl_time, auto_send, buyer_bill_time, buyer_id_type,
- buyer_id_code, buyer_name, buyer_tel, consignee_id_type, consignee_id_code, consignee_name,
- consignee_mob, consignee_tel, consignee_country_code, consignee_province_code, consignee_province,
- consignee_city_code, consignee_city, consignee_district_code, consignee_district,
- consignee_address, consignee_zip_code, payer_name, payer_id_type, payer_id_code,
- payer_mob, pay_ent_cus_code, pay_no, actural_paid, pay_time, expr_type, expr_comp_id, expr_agreement_type,
- decl_expr_fee, decl_post_tax, shop_id, extra_tag, buyer_pay_check, currency_code, ws_flag, remark,
- 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 cus_waybill
- where cus_waybill_sn = #{cusWaybillSn,jdbcType=VARCHAR}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
- delete from cus_waybill
- where cus_waybill_sn = #{cusWaybillSn,jdbcType=VARCHAR}
- </delete>
- <insert id="insertSelective" parameterType="com.emato.ccnet.wx.dao.entity.ccnet.CusWaybill" >
- insert into cus_waybill
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="cusWaybillSn != null" >
- cus_waybill_sn,
- </if>
- <if test="merchOrderId != null" >
- merch_order_id,
- </if>
- <if test="merchSn != null" >
- merch_sn,
- </if>
- <if test="merchName != null" >
- merch_name,
- </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="placeOrderlTime != null" >
- place_orderl_time,
- </if>
- <if test="autoSend != null" >
- auto_send,
- </if>
- <if test="buyerBillTime != null" >
- buyer_bill_time,
- </if>
- <if test="buyerIdType != null" >
- buyer_id_type,
- </if>
- <if test="buyerIdCode != null" >
- buyer_id_code,
- </if>
- <if test="buyerName != null" >
- buyer_name,
- </if>
- <if test="buyerTel != null" >
- buyer_tel,
- </if>
- <if test="consigneeIdType != null" >
- consignee_id_type,
- </if>
- <if test="consigneeIdCode != null" >
- consignee_id_code,
- </if>
- <if test="consigneeName != null" >
- consignee_name,
- </if>
- <if test="consigneeMob != null" >
- consignee_mob,
- </if>
- <if test="consigneeTel != null" >
- consignee_tel,
- </if>
- <if test="consigneeCountryCode != null" >
- consignee_country_code,
- </if>
- <if test="consigneeProvinceCode != null" >
- consignee_province_code,
- </if>
- <if test="consigneeProvince != null" >
- consignee_province,
- </if>
- <if test="consigneeCityCode != null" >
- consignee_city_code,
- </if>
- <if test="consigneeCity != null" >
- consignee_city,
- </if>
- <if test="consigneeDistrictCode != null" >
- consignee_district_code,
- </if>
- <if test="consigneeDistrict != null" >
- consignee_district,
- </if>
- <if test="consigneeAddress != null" >
- consignee_address,
- </if>
- <if test="consigneeZipCode != null" >
- consignee_zip_code,
- </if>
- <if test="payerName != null" >
- payer_name,
- </if>
- <if test="payerIdType != null" >
- payer_id_type,
- </if>
- <if test="payerIdCode != null" >
- payer_id_code,
- </if>
- <if test="payerMob != null" >
- payer_mob,
- </if>
- <if test="payEntCusCode != null" >
- pay_ent_cus_code,
- </if>
- <if test="payNo != null" >
- pay_no,
- </if>
- <if test="acturalPaid != null" >
- actural_paid,
- </if>
- <if test="payTime != null" >
- pay_time,
- </if>
- <if test="exprType != null" >
- expr_type,
- </if>
- <if test="exprCompId != null" >
- expr_comp_id,
- </if>
- <if test="exprAgreementType != null" >
- expr_agreement_type,
- </if>
- <if test="declExprFee != null" >
- decl_expr_fee,
- </if>
- <if test="declPostTax != null" >
- decl_post_tax,
- </if>
- <if test="shopId != null" >
- shop_id,
- </if>
- <if test="extraTag != null" >
- extra_tag,
- </if>
- <if test="buyerPayCheck != null" >
- buyer_pay_check,
- </if>
- <if test="currencyCode != null" >
- currency_code,
- </if>
- <if test="wsFlag != null" >
- ws_flag,
- </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="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="cusWaybillSn != null" >
- #{cusWaybillSn,jdbcType=VARCHAR},
- </if>
- <if test="merchOrderId != null" >
- #{merchOrderId,jdbcType=VARCHAR},
- </if>
- <if test="merchSn != null" >
- #{merchSn,jdbcType=VARCHAR},
- </if>
- <if test="merchName != null" >
- #{merchName,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="placeOrderlTime != null" >
- #{placeOrderlTime,jdbcType=TIMESTAMP},
- </if>
- <if test="autoSend != null" >
- #{autoSend,jdbcType=CHAR},
- </if>
- <if test="buyerBillTime != null" >
- #{buyerBillTime,jdbcType=TIMESTAMP},
- </if>
- <if test="buyerIdType != null" >
- #{buyerIdType,jdbcType=VARCHAR},
- </if>
- <if test="buyerIdCode != null" >
- #{buyerIdCode,jdbcType=VARCHAR},
- </if>
- <if test="buyerName != null" >
- #{buyerName,jdbcType=VARCHAR},
- </if>
- <if test="buyerTel != null" >
- #{buyerTel,jdbcType=VARCHAR},
- </if>
- <if test="consigneeIdType != null" >
- #{consigneeIdType,jdbcType=VARCHAR},
- </if>
- <if test="consigneeIdCode != null" >
- #{consigneeIdCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeName != null" >
- #{consigneeName,jdbcType=VARCHAR},
- </if>
- <if test="consigneeMob != null" >
- #{consigneeMob,jdbcType=VARCHAR},
- </if>
- <if test="consigneeTel != null" >
- #{consigneeTel,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCountryCode != null" >
- #{consigneeCountryCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeProvinceCode != null" >
- #{consigneeProvinceCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeProvince != null" >
- #{consigneeProvince,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCityCode != null" >
- #{consigneeCityCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCity != null" >
- #{consigneeCity,jdbcType=VARCHAR},
- </if>
- <if test="consigneeDistrictCode != null" >
- #{consigneeDistrictCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeDistrict != null" >
- #{consigneeDistrict,jdbcType=VARCHAR},
- </if>
- <if test="consigneeAddress != null" >
- #{consigneeAddress,jdbcType=VARCHAR},
- </if>
- <if test="consigneeZipCode != null" >
- #{consigneeZipCode,jdbcType=VARCHAR},
- </if>
- <if test="payerName != null" >
- #{payerName,jdbcType=VARCHAR},
- </if>
- <if test="payerIdType != null" >
- #{payerIdType,jdbcType=VARCHAR},
- </if>
- <if test="payerIdCode != null" >
- #{payerIdCode,jdbcType=VARCHAR},
- </if>
- <if test="payerMob != null" >
- #{payerMob,jdbcType=VARCHAR},
- </if>
- <if test="payEntCusCode != null" >
- #{payEntCusCode,jdbcType=VARCHAR},
- </if>
- <if test="payNo != null" >
- #{payNo,jdbcType=VARCHAR},
- </if>
- <if test="acturalPaid != null" >
- #{acturalPaid,jdbcType=DECIMAL},
- </if>
- <if test="payTime != null" >
- #{payTime,jdbcType=TIMESTAMP},
- </if>
- <if test="exprType != null" >
- #{exprType,jdbcType=CHAR},
- </if>
- <if test="exprCompId != null" >
- #{exprCompId,jdbcType=VARCHAR},
- </if>
- <if test="exprAgreementType != null" >
- #{exprAgreementType,jdbcType=CHAR},
- </if>
- <if test="declExprFee != null" >
- #{declExprFee,jdbcType=DECIMAL},
- </if>
- <if test="declPostTax != null" >
- #{declPostTax,jdbcType=DECIMAL},
- </if>
- <if test="shopId != null" >
- #{shopId,jdbcType=VARCHAR},
- </if>
- <if test="extraTag != null" >
- #{extraTag,jdbcType=VARCHAR},
- </if>
- <if test="buyerPayCheck != null" >
- #{buyerPayCheck,jdbcType=VARCHAR},
- </if>
- <if test="currencyCode != null" >
- #{currencyCode,jdbcType=VARCHAR},
- </if>
- <if test="wsFlag != null" >
- #{wsFlag,jdbcType=CHAR},
- </if>
- <if test="remark != null" >
- #{remark,jdbcType=VARCHAR},
- </if>
- <if test="createrSn != null" >
- #{createrSn,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null" >
- #{createTime,jdbcType=TIMESTAMP},
- </if>
- <if test="moderSn != null" >
- #{moderSn,jdbcType=VARCHAR},
- </if>
- <if test="modTime != null" >
- #{modTime,jdbcType=TIMESTAMP},
- </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.ccnet.wx.dao.entity.ccnet.CusWaybill" >
- update cus_waybill
- <set >
- <if test="merchOrderId != null" >
- merch_order_id = #{merchOrderId,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="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="placeOrderlTime != null" >
- place_orderl_time = #{placeOrderlTime,jdbcType=TIMESTAMP},
- </if>
- <if test="autoSend != null" >
- auto_send = #{autoSend,jdbcType=CHAR},
- </if>
- <if test="buyerBillTime != null" >
- buyer_bill_time = #{buyerBillTime,jdbcType=TIMESTAMP},
- </if>
- <if test="buyerIdType != null" >
- buyer_id_type = #{buyerIdType,jdbcType=VARCHAR},
- </if>
- <if test="buyerIdCode != null" >
- buyer_id_code = #{buyerIdCode,jdbcType=VARCHAR},
- </if>
- <if test="buyerName != null" >
- buyer_name = #{buyerName,jdbcType=VARCHAR},
- </if>
- <if test="buyerTel != null" >
- buyer_tel = #{buyerTel,jdbcType=VARCHAR},
- </if>
- <if test="consigneeIdType != null" >
- consignee_id_type = #{consigneeIdType,jdbcType=VARCHAR},
- </if>
- <if test="consigneeIdCode != null" >
- consignee_id_code = #{consigneeIdCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeName != null" >
- consignee_name = #{consigneeName,jdbcType=VARCHAR},
- </if>
- <if test="consigneeMob != null" >
- consignee_mob = #{consigneeMob,jdbcType=VARCHAR},
- </if>
- <if test="consigneeTel != null" >
- consignee_tel = #{consigneeTel,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCountryCode != null" >
- consignee_country_code = #{consigneeCountryCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeProvinceCode != null" >
- consignee_province_code = #{consigneeProvinceCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeProvince != null" >
- consignee_province = #{consigneeProvince,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCityCode != null" >
- consignee_city_code = #{consigneeCityCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeCity != null" >
- consignee_city = #{consigneeCity,jdbcType=VARCHAR},
- </if>
- <if test="consigneeDistrictCode != null" >
- consignee_district_code = #{consigneeDistrictCode,jdbcType=VARCHAR},
- </if>
- <if test="consigneeDistrict != null" >
- consignee_district = #{consigneeDistrict,jdbcType=VARCHAR},
- </if>
- <if test="consigneeAddress != null" >
- consignee_address = #{consigneeAddress,jdbcType=VARCHAR},
- </if>
- <if test="consigneeZipCode != null" >
- consignee_zip_code = #{consigneeZipCode,jdbcType=VARCHAR},
- </if>
- <if test="payerName != null" >
- payer_name = #{payerName,jdbcType=VARCHAR},
- </if>
- <if test="payerIdType != null" >
- payer_id_type = #{payerIdType,jdbcType=VARCHAR},
- </if>
- <if test="payerIdCode != null" >
- payer_id_code = #{payerIdCode,jdbcType=VARCHAR},
- </if>
- <if test="payerMob != null" >
- payer_mob = #{payerMob,jdbcType=VARCHAR},
- </if>
- <if test="payEntCusCode != null" >
- pay_ent_cus_code = #{payEntCusCode,jdbcType=VARCHAR},
- </if>
- <if test="payNo != null" >
- pay_no = #{payNo,jdbcType=VARCHAR},
- </if>
- <if test="acturalPaid != null" >
- actural_paid = #{acturalPaid,jdbcType=DECIMAL},
- </if>
- <if test="payTime != null" >
- pay_time = #{payTime,jdbcType=TIMESTAMP},
- </if>
- <if test="exprType != null" >
- expr_type = #{exprType,jdbcType=CHAR},
- </if>
- <if test="exprCompId != null" >
- expr_comp_id = #{exprCompId,jdbcType=VARCHAR},
- </if>
- <if test="exprAgreementType != null" >
- expr_agreement_type = #{exprAgreementType,jdbcType=CHAR},
- </if>
- <if test="declExprFee != null" >
- decl_expr_fee = #{declExprFee,jdbcType=DECIMAL},
- </if>
- <if test="declPostTax != null" >
- decl_post_tax = #{declPostTax,jdbcType=DECIMAL},
- </if>
- <if test="shopId != null" >
- shop_id = #{shopId,jdbcType=VARCHAR},
- </if>
- <if test="extraTag != null" >
- extra_tag = #{extraTag,jdbcType=VARCHAR},
- </if>
- <if test="buyerPayCheck != null" >
- buyer_pay_check = #{buyerPayCheck,jdbcType=VARCHAR},
- </if>
- <if test="currencyCode != null" >
- currency_code = #{currencyCode,jdbcType=VARCHAR},
- </if>
- <if test="wsFlag != null" >
- ws_flag = #{wsFlag,jdbcType=CHAR},
- </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=TIMESTAMP},
- </if>
- <if test="moderSn != null" >
- moder_sn = #{moderSn,jdbcType=VARCHAR},
- </if>
- <if test="modTime != null" >
- mod_time = #{modTime,jdbcType=TIMESTAMP},
- </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 cus_waybill_sn = #{cusWaybillSn,jdbcType=VARCHAR}
- </update>
- </mapper>
|