123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- <?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.minpay.db.table.mapper.ApOrderLogisticsMapper" >
- <resultMap id="BaseResultMap" type="com.minpay.db.table.model.ApOrderLogistics" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <id column="AOL_ID" property="id" jdbcType="VARCHAR" />
- <result column="AOL_LOGISTICS_NO" property="logisticsNo" jdbcType="VARCHAR" />
- <result column="AOL_ORDER_ID" property="orderId" jdbcType="VARCHAR" />
- <result column="AOL_CONSIGNEE" property="consignee" jdbcType="VARCHAR" />
- <result column="AOL_TYPE" property="type" jdbcType="VARCHAR" />
- <result column="AOL_SITE_ID" property="siteId" jdbcType="VARCHAR" />
- <result column="AOL_CAR_NUMBER" property="carNumber" jdbcType="VARCHAR" />
- <result column="AOL_STANDARD_ID" property="standardId" jdbcType="VARCHAR" />
- <result column="AOL_TRACKING_NUMBER" property="trackingNumber" jdbcType="VARCHAR" />
- <result column="AOL_FREIGHT_INVOICE" property="freightInvoice" jdbcType="VARCHAR" />
- <result column="AOL_NUMBER" property="number" jdbcType="VARCHAR" />
- <result column="AOL_BALE" property="bale" jdbcType="VARCHAR" />
- <result column="AOL_START_PEOPLE" property="startPeople" jdbcType="VARCHAR" />
- <result column="AOL_DATE" property="date" jdbcType="VARCHAR" />
- <result column="AOL_ROUGH_WEIGHT" property="roughWeight" jdbcType="VARCHAR" />
- <result column="AOL_TARE_WEIGHT" property="tareWeight" jdbcType="VARCHAR" />
- <result column="AOL_WEIGHT" property="weight" jdbcType="VARCHAR" />
- <result column="AOL_REAL_WEIGHT" property="realWeight" jdbcType="VARCHAR" />
- <result column="AOL_CONTAINER_NUMBER" property="containerNumber" jdbcType="VARCHAR" />
- <result column="AOL_CREATE_USER" property="createUser" jdbcType="VARCHAR" />
- <result column="AOL_CREATE_TIME" property="createTime" jdbcType="VARCHAR" />
- <result column="AOL_MODIFY_USER" property="modifyUser" jdbcType="VARCHAR" />
- <result column="AOL_MODIFY_TIME" property="modifyTime" jdbcType="VARCHAR" />
- <result column="AOL_STATE" property="state" jdbcType="VARCHAR" />
- </resultMap>
- <sql id="Example_Where_Clause" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <where >
- <foreach collection="oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <foreach collection="criteria.criteria" item="criterion" >
- <choose >
- <when test="criterion.noValue" >
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue" >
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue" >
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue" >
- and ${criterion.condition}
- <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Update_By_Example_Where_Clause" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <where >
- <foreach collection="example.oredCriteria" item="criteria" separator="or" >
- <if test="criteria.valid" >
- <trim prefix="(" suffix=")" prefixOverrides="and" >
- <foreach collection="criteria.criteria" item="criterion" >
- <choose >
- <when test="criterion.noValue" >
- and ${criterion.condition}
- </when>
- <when test="criterion.singleValue" >
- and ${criterion.condition} #{criterion.value}
- </when>
- <when test="criterion.betweenValue" >
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
- </when>
- <when test="criterion.listValue" >
- and ${criterion.condition}
- <foreach collection="criterion.value" item="listItem" open="(" close=")" separator="," >
- #{listItem}
- </foreach>
- </when>
- </choose>
- </foreach>
- </trim>
- </if>
- </foreach>
- </where>
- </sql>
- <sql id="Base_Column_List" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- AOL_ID, AOL_LOGISTICS_NO, AOL_ORDER_ID, AOL_CONSIGNEE, AOL_TYPE, AOL_SITE_ID, AOL_CAR_NUMBER,
- AOL_STANDARD_ID, AOL_TRACKING_NUMBER, AOL_FREIGHT_INVOICE, AOL_NUMBER, AOL_BALE,
- AOL_START_PEOPLE, AOL_DATE, AOL_ROUGH_WEIGHT, AOL_TARE_WEIGHT, AOL_WEIGHT, AOL_REAL_WEIGHT,
- AOL_CONTAINER_NUMBER, AOL_CREATE_USER, AOL_CREATE_TIME, AOL_MODIFY_USER, AOL_MODIFY_TIME,
- AOL_STATE
- </sql>
- <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.minpay.db.table.model.ApOrderLogisticsExample" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <if test="distinct" >
- distinct
- </if>
- <include refid="Base_Column_List" />
- from ap_order_logistics
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null" >
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <include refid="Base_Column_List" />
- from ap_order_logistics
- where AOL_ID = #{id,jdbcType=VARCHAR}
- </select>
- <delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from ap_order_logistics
- where AOL_ID = #{id,jdbcType=VARCHAR}
- </delete>
- <delete id="deleteByExample" parameterType="com.minpay.db.table.model.ApOrderLogisticsExample" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from ap_order_logistics
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.minpay.db.table.model.ApOrderLogistics" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into ap_order_logistics (AOL_ID, AOL_LOGISTICS_NO, AOL_ORDER_ID,
- AOL_CONSIGNEE, AOL_TYPE, AOL_SITE_ID,
- AOL_CAR_NUMBER, AOL_STANDARD_ID, AOL_TRACKING_NUMBER,
- AOL_FREIGHT_INVOICE, AOL_NUMBER, AOL_BALE,
- AOL_START_PEOPLE, AOL_DATE, AOL_ROUGH_WEIGHT,
- AOL_TARE_WEIGHT, AOL_WEIGHT, AOL_REAL_WEIGHT,
- AOL_CONTAINER_NUMBER, AOL_CREATE_USER, AOL_CREATE_TIME,
- AOL_MODIFY_USER, AOL_MODIFY_TIME, AOL_STATE
- )
- values (#{id,jdbcType=VARCHAR}, #{logisticsNo,jdbcType=VARCHAR}, #{orderId,jdbcType=VARCHAR},
- #{consignee,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR}, #{siteId,jdbcType=VARCHAR},
- #{carNumber,jdbcType=VARCHAR}, #{standardId,jdbcType=VARCHAR}, #{trackingNumber,jdbcType=VARCHAR},
- #{freightInvoice,jdbcType=VARCHAR}, #{number,jdbcType=VARCHAR}, #{bale,jdbcType=VARCHAR},
- #{startPeople,jdbcType=VARCHAR}, #{date,jdbcType=VARCHAR}, #{roughWeight,jdbcType=VARCHAR},
- #{tareWeight,jdbcType=VARCHAR}, #{weight,jdbcType=VARCHAR}, #{realWeight,jdbcType=VARCHAR},
- #{containerNumber,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR}, #{createTime,jdbcType=VARCHAR},
- #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR}, #{state,jdbcType=VARCHAR}
- )
- </insert>
- <insert id="insertSelective" parameterType="com.minpay.db.table.model.ApOrderLogistics" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into ap_order_logistics
- <trim prefix="(" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- AOL_ID,
- </if>
- <if test="logisticsNo != null" >
- AOL_LOGISTICS_NO,
- </if>
- <if test="orderId != null" >
- AOL_ORDER_ID,
- </if>
- <if test="consignee != null" >
- AOL_CONSIGNEE,
- </if>
- <if test="type != null" >
- AOL_TYPE,
- </if>
- <if test="siteId != null" >
- AOL_SITE_ID,
- </if>
- <if test="carNumber != null" >
- AOL_CAR_NUMBER,
- </if>
- <if test="standardId != null" >
- AOL_STANDARD_ID,
- </if>
- <if test="trackingNumber != null" >
- AOL_TRACKING_NUMBER,
- </if>
- <if test="freightInvoice != null" >
- AOL_FREIGHT_INVOICE,
- </if>
- <if test="number != null" >
- AOL_NUMBER,
- </if>
- <if test="bale != null" >
- AOL_BALE,
- </if>
- <if test="startPeople != null" >
- AOL_START_PEOPLE,
- </if>
- <if test="date != null" >
- AOL_DATE,
- </if>
- <if test="roughWeight != null" >
- AOL_ROUGH_WEIGHT,
- </if>
- <if test="tareWeight != null" >
- AOL_TARE_WEIGHT,
- </if>
- <if test="weight != null" >
- AOL_WEIGHT,
- </if>
- <if test="realWeight != null" >
- AOL_REAL_WEIGHT,
- </if>
- <if test="containerNumber != null" >
- AOL_CONTAINER_NUMBER,
- </if>
- <if test="createUser != null" >
- AOL_CREATE_USER,
- </if>
- <if test="createTime != null" >
- AOL_CREATE_TIME,
- </if>
- <if test="modifyUser != null" >
- AOL_MODIFY_USER,
- </if>
- <if test="modifyTime != null" >
- AOL_MODIFY_TIME,
- </if>
- <if test="state != null" >
- AOL_STATE,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides="," >
- <if test="id != null" >
- #{id,jdbcType=VARCHAR},
- </if>
- <if test="logisticsNo != null" >
- #{logisticsNo,jdbcType=VARCHAR},
- </if>
- <if test="orderId != null" >
- #{orderId,jdbcType=VARCHAR},
- </if>
- <if test="consignee != null" >
- #{consignee,jdbcType=VARCHAR},
- </if>
- <if test="type != null" >
- #{type,jdbcType=VARCHAR},
- </if>
- <if test="siteId != null" >
- #{siteId,jdbcType=VARCHAR},
- </if>
- <if test="carNumber != null" >
- #{carNumber,jdbcType=VARCHAR},
- </if>
- <if test="standardId != null" >
- #{standardId,jdbcType=VARCHAR},
- </if>
- <if test="trackingNumber != null" >
- #{trackingNumber,jdbcType=VARCHAR},
- </if>
- <if test="freightInvoice != null" >
- #{freightInvoice,jdbcType=VARCHAR},
- </if>
- <if test="number != null" >
- #{number,jdbcType=VARCHAR},
- </if>
- <if test="bale != null" >
- #{bale,jdbcType=VARCHAR},
- </if>
- <if test="startPeople != null" >
- #{startPeople,jdbcType=VARCHAR},
- </if>
- <if test="date != null" >
- #{date,jdbcType=VARCHAR},
- </if>
- <if test="roughWeight != null" >
- #{roughWeight,jdbcType=VARCHAR},
- </if>
- <if test="tareWeight != null" >
- #{tareWeight,jdbcType=VARCHAR},
- </if>
- <if test="weight != null" >
- #{weight,jdbcType=VARCHAR},
- </if>
- <if test="realWeight != null" >
- #{realWeight,jdbcType=VARCHAR},
- </if>
- <if test="containerNumber != null" >
- #{containerNumber,jdbcType=VARCHAR},
- </if>
- <if test="createUser != null" >
- #{createUser,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null" >
- #{createTime,jdbcType=VARCHAR},
- </if>
- <if test="modifyUser != null" >
- #{modifyUser,jdbcType=VARCHAR},
- </if>
- <if test="modifyTime != null" >
- #{modifyTime,jdbcType=VARCHAR},
- </if>
- <if test="state != null" >
- #{state,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.minpay.db.table.model.ApOrderLogisticsExample" resultType="java.lang.Integer" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select count(*) from ap_order_logistics
- <if test="_parameter != null" >
- <include refid="Example_Where_Clause" />
- </if>
- </select>
- <update id="updateByExampleSelective" parameterType="map" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update ap_order_logistics
- <set >
- <if test="record.id != null" >
- AOL_ID = #{record.id,jdbcType=VARCHAR},
- </if>
- <if test="record.logisticsNo != null" >
- AOL_LOGISTICS_NO = #{record.logisticsNo,jdbcType=VARCHAR},
- </if>
- <if test="record.orderId != null" >
- AOL_ORDER_ID = #{record.orderId,jdbcType=VARCHAR},
- </if>
- <if test="record.consignee != null" >
- AOL_CONSIGNEE = #{record.consignee,jdbcType=VARCHAR},
- </if>
- <if test="record.type != null" >
- AOL_TYPE = #{record.type,jdbcType=VARCHAR},
- </if>
- <if test="record.siteId != null" >
- AOL_SITE_ID = #{record.siteId,jdbcType=VARCHAR},
- </if>
- <if test="record.carNumber != null" >
- AOL_CAR_NUMBER = #{record.carNumber,jdbcType=VARCHAR},
- </if>
- <if test="record.standardId != null" >
- AOL_STANDARD_ID = #{record.standardId,jdbcType=VARCHAR},
- </if>
- <if test="record.trackingNumber != null" >
- AOL_TRACKING_NUMBER = #{record.trackingNumber,jdbcType=VARCHAR},
- </if>
- <if test="record.freightInvoice != null" >
- AOL_FREIGHT_INVOICE = #{record.freightInvoice,jdbcType=VARCHAR},
- </if>
- <if test="record.number != null" >
- AOL_NUMBER = #{record.number,jdbcType=VARCHAR},
- </if>
- <if test="record.bale != null" >
- AOL_BALE = #{record.bale,jdbcType=VARCHAR},
- </if>
- <if test="record.startPeople != null" >
- AOL_START_PEOPLE = #{record.startPeople,jdbcType=VARCHAR},
- </if>
- <if test="record.date != null" >
- AOL_DATE = #{record.date,jdbcType=VARCHAR},
- </if>
- <if test="record.roughWeight != null" >
- AOL_ROUGH_WEIGHT = #{record.roughWeight,jdbcType=VARCHAR},
- </if>
- <if test="record.tareWeight != null" >
- AOL_TARE_WEIGHT = #{record.tareWeight,jdbcType=VARCHAR},
- </if>
- <if test="record.weight != null" >
- AOL_WEIGHT = #{record.weight,jdbcType=VARCHAR},
- </if>
- <if test="record.realWeight != null" >
- AOL_REAL_WEIGHT = #{record.realWeight,jdbcType=VARCHAR},
- </if>
- <if test="record.containerNumber != null" >
- AOL_CONTAINER_NUMBER = #{record.containerNumber,jdbcType=VARCHAR},
- </if>
- <if test="record.createUser != null" >
- AOL_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
- </if>
- <if test="record.createTime != null" >
- AOL_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
- </if>
- <if test="record.modifyUser != null" >
- AOL_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
- </if>
- <if test="record.modifyTime != null" >
- AOL_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
- </if>
- <if test="record.state != null" >
- AOL_STATE = #{record.state,jdbcType=VARCHAR},
- </if>
- </set>
- <if test="_parameter != null" >
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByExample" parameterType="map" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update ap_order_logistics
- set AOL_ID = #{record.id,jdbcType=VARCHAR},
- AOL_LOGISTICS_NO = #{record.logisticsNo,jdbcType=VARCHAR},
- AOL_ORDER_ID = #{record.orderId,jdbcType=VARCHAR},
- AOL_CONSIGNEE = #{record.consignee,jdbcType=VARCHAR},
- AOL_TYPE = #{record.type,jdbcType=VARCHAR},
- AOL_SITE_ID = #{record.siteId,jdbcType=VARCHAR},
- AOL_CAR_NUMBER = #{record.carNumber,jdbcType=VARCHAR},
- AOL_STANDARD_ID = #{record.standardId,jdbcType=VARCHAR},
- AOL_TRACKING_NUMBER = #{record.trackingNumber,jdbcType=VARCHAR},
- AOL_FREIGHT_INVOICE = #{record.freightInvoice,jdbcType=VARCHAR},
- AOL_NUMBER = #{record.number,jdbcType=VARCHAR},
- AOL_BALE = #{record.bale,jdbcType=VARCHAR},
- AOL_START_PEOPLE = #{record.startPeople,jdbcType=VARCHAR},
- AOL_DATE = #{record.date,jdbcType=VARCHAR},
- AOL_ROUGH_WEIGHT = #{record.roughWeight,jdbcType=VARCHAR},
- AOL_TARE_WEIGHT = #{record.tareWeight,jdbcType=VARCHAR},
- AOL_WEIGHT = #{record.weight,jdbcType=VARCHAR},
- AOL_REAL_WEIGHT = #{record.realWeight,jdbcType=VARCHAR},
- AOL_CONTAINER_NUMBER = #{record.containerNumber,jdbcType=VARCHAR},
- AOL_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
- AOL_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
- AOL_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
- AOL_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
- AOL_STATE = #{record.state,jdbcType=VARCHAR}
- <if test="_parameter != null" >
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.ApOrderLogistics" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update ap_order_logistics
- <set >
- <if test="logisticsNo != null" >
- AOL_LOGISTICS_NO = #{logisticsNo,jdbcType=VARCHAR},
- </if>
- <if test="orderId != null" >
- AOL_ORDER_ID = #{orderId,jdbcType=VARCHAR},
- </if>
- <if test="consignee != null" >
- AOL_CONSIGNEE = #{consignee,jdbcType=VARCHAR},
- </if>
- <if test="type != null" >
- AOL_TYPE = #{type,jdbcType=VARCHAR},
- </if>
- <if test="siteId != null" >
- AOL_SITE_ID = #{siteId,jdbcType=VARCHAR},
- </if>
- <if test="carNumber != null" >
- AOL_CAR_NUMBER = #{carNumber,jdbcType=VARCHAR},
- </if>
- <if test="standardId != null" >
- AOL_STANDARD_ID = #{standardId,jdbcType=VARCHAR},
- </if>
- <if test="trackingNumber != null" >
- AOL_TRACKING_NUMBER = #{trackingNumber,jdbcType=VARCHAR},
- </if>
- <if test="freightInvoice != null" >
- AOL_FREIGHT_INVOICE = #{freightInvoice,jdbcType=VARCHAR},
- </if>
- <if test="number != null" >
- AOL_NUMBER = #{number,jdbcType=VARCHAR},
- </if>
- <if test="bale != null" >
- AOL_BALE = #{bale,jdbcType=VARCHAR},
- </if>
- <if test="startPeople != null" >
- AOL_START_PEOPLE = #{startPeople,jdbcType=VARCHAR},
- </if>
- <if test="date != null" >
- AOL_DATE = #{date,jdbcType=VARCHAR},
- </if>
- <if test="roughWeight != null" >
- AOL_ROUGH_WEIGHT = #{roughWeight,jdbcType=VARCHAR},
- </if>
- <if test="tareWeight != null" >
- AOL_TARE_WEIGHT = #{tareWeight,jdbcType=VARCHAR},
- </if>
- <if test="weight != null" >
- AOL_WEIGHT = #{weight,jdbcType=VARCHAR},
- </if>
- <if test="realWeight != null" >
- AOL_REAL_WEIGHT = #{realWeight,jdbcType=VARCHAR},
- </if>
- <if test="containerNumber != null" >
- AOL_CONTAINER_NUMBER = #{containerNumber,jdbcType=VARCHAR},
- </if>
- <if test="createUser != null" >
- AOL_CREATE_USER = #{createUser,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null" >
- AOL_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
- </if>
- <if test="modifyUser != null" >
- AOL_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
- </if>
- <if test="modifyTime != null" >
- AOL_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
- </if>
- <if test="state != null" >
- AOL_STATE = #{state,jdbcType=VARCHAR},
- </if>
- </set>
- where AOL_ID = #{id,jdbcType=VARCHAR}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.ApOrderLogistics" >
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update ap_order_logistics
- set AOL_LOGISTICS_NO = #{logisticsNo,jdbcType=VARCHAR},
- AOL_ORDER_ID = #{orderId,jdbcType=VARCHAR},
- AOL_CONSIGNEE = #{consignee,jdbcType=VARCHAR},
- AOL_TYPE = #{type,jdbcType=VARCHAR},
- AOL_SITE_ID = #{siteId,jdbcType=VARCHAR},
- AOL_CAR_NUMBER = #{carNumber,jdbcType=VARCHAR},
- AOL_STANDARD_ID = #{standardId,jdbcType=VARCHAR},
- AOL_TRACKING_NUMBER = #{trackingNumber,jdbcType=VARCHAR},
- AOL_FREIGHT_INVOICE = #{freightInvoice,jdbcType=VARCHAR},
- AOL_NUMBER = #{number,jdbcType=VARCHAR},
- AOL_BALE = #{bale,jdbcType=VARCHAR},
- AOL_START_PEOPLE = #{startPeople,jdbcType=VARCHAR},
- AOL_DATE = #{date,jdbcType=VARCHAR},
- AOL_ROUGH_WEIGHT = #{roughWeight,jdbcType=VARCHAR},
- AOL_TARE_WEIGHT = #{tareWeight,jdbcType=VARCHAR},
- AOL_WEIGHT = #{weight,jdbcType=VARCHAR},
- AOL_REAL_WEIGHT = #{realWeight,jdbcType=VARCHAR},
- AOL_CONTAINER_NUMBER = #{containerNumber,jdbcType=VARCHAR},
- AOL_CREATE_USER = #{createUser,jdbcType=VARCHAR},
- AOL_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
- AOL_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
- AOL_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
- AOL_STATE = #{state,jdbcType=VARCHAR}
- where AOL_ID = #{id,jdbcType=VARCHAR}
- </update>
- </mapper>
|