| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526 |
- <?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.VmOrderDetailsMapper">
- <resultMap id="BaseResultMap" type="com.minpay.db.table.model.VmOrderDetails">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- <id column="VOD_DETAILS_ID" jdbcType="VARCHAR" property="detailsId" />
- <result column="VOD_CHANNEL" jdbcType="VARCHAR" property="channel" />
- <result column="VOD_ORDER_ID" jdbcType="VARCHAR" property="orderId" />
- <result column="VOD_PRO_EQU_REL_ID" jdbcType="VARCHAR" property="proEquRelId" />
- <result column="VOD_CARGO_WAY" jdbcType="VARCHAR" property="cargoWay" />
- <result column="VOD_PRODUCT_ID" jdbcType="VARCHAR" property="productId" />
- <result column="VOD_PRO_TYPE" jdbcType="VARCHAR" property="proType" />
- <result column="VOD_PRO_NAME" jdbcType="VARCHAR" property="proName" />
- <result column="VOD_PRO_PRICE" jdbcType="VARCHAR" property="proPrice" />
- <result column="VOD_PRO_NUMS" jdbcType="VARCHAR" property="proNums" />
- <result column="VOD_AMOUNT" jdbcType="VARCHAR" property="amount" />
- <result column="VOD_RECORD_ID" jdbcType="VARCHAR" property="recordId" />
- <result column="VOD_REMARKS" jdbcType="VARCHAR" property="remarks" />
- <result column="VOD_IS_WINNING" jdbcType="VARCHAR" property="isWinning" />
- <result column="VOD_CREATE_USER" jdbcType="VARCHAR" property="createUser" />
- <result column="VOD_CREATE_TIME" jdbcType="VARCHAR" property="createTime" />
- <result column="VOD_MODIFY_USER" jdbcType="VARCHAR" property="modifyUser" />
- <result column="VOD_MODIFY_TIME" jdbcType="VARCHAR" property="modifyTime" />
- <result column="VOD_DELIVERY_ID" jdbcType="VARCHAR" property="deliveryId" />
- <result column="VOD_IS_DELIVERY" jdbcType="VARCHAR" property="isDelivery" />
- <result column="VOD_PICKUP_TIME" jdbcType="VARCHAR" property="pickupTime" />
- </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="(" prefixOverrides="and" suffix=")">
- <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 close=")" collection="criterion.value" item="listItem" open="(" 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="(" prefixOverrides="and" suffix=")">
- <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 close=")" collection="criterion.value" item="listItem" open="(" 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.
- -->
- VOD_DETAILS_ID, VOD_CHANNEL, VOD_ORDER_ID, VOD_PRO_EQU_REL_ID, VOD_CARGO_WAY, VOD_PRODUCT_ID,
- VOD_PRO_TYPE, VOD_PRO_NAME, VOD_PRO_PRICE, VOD_PRO_NUMS, VOD_AMOUNT, VOD_RECORD_ID,
- VOD_REMARKS, VOD_IS_WINNING, VOD_CREATE_USER, VOD_CREATE_TIME, VOD_MODIFY_USER, VOD_MODIFY_TIME,
- VOD_DELIVERY_ID, VOD_IS_DELIVERY, VOD_PICKUP_TIME
- </sql>
- <select id="selectByExample" parameterType="com.minpay.db.table.model.VmOrderDetailsExample" resultMap="BaseResultMap">
- <!--
- 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 vm_order_details
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- <if test="orderByClause != null">
- order by ${orderByClause}
- </if>
- </select>
- <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select
- <include refid="Base_Column_List" />
- from vm_order_details
- where VOD_DETAILS_ID = #{detailsId,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 vm_order_details
- where VOD_DETAILS_ID = #{detailsId,jdbcType=VARCHAR}
- </delete>
- <delete id="deleteByExample" parameterType="com.minpay.db.table.model.VmOrderDetailsExample">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- delete from vm_order_details
- <if test="_parameter != null">
- <include refid="Example_Where_Clause" />
- </if>
- </delete>
- <insert id="insert" parameterType="com.minpay.db.table.model.VmOrderDetails">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into vm_order_details (VOD_DETAILS_ID, VOD_CHANNEL, VOD_ORDER_ID,
- VOD_PRO_EQU_REL_ID, VOD_CARGO_WAY, VOD_PRODUCT_ID,
- VOD_PRO_TYPE, VOD_PRO_NAME, VOD_PRO_PRICE,
- VOD_PRO_NUMS, VOD_AMOUNT, VOD_RECORD_ID,
- VOD_REMARKS, VOD_IS_WINNING, VOD_CREATE_USER,
- VOD_CREATE_TIME, VOD_MODIFY_USER, VOD_MODIFY_TIME,
- VOD_DELIVERY_ID, VOD_IS_DELIVERY, VOD_PICKUP_TIME
- )
- values (#{detailsId,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR}, #{orderId,jdbcType=VARCHAR},
- #{proEquRelId,jdbcType=VARCHAR}, #{cargoWay,jdbcType=VARCHAR}, #{productId,jdbcType=VARCHAR},
- #{proType,jdbcType=VARCHAR}, #{proName,jdbcType=VARCHAR}, #{proPrice,jdbcType=VARCHAR},
- #{proNums,jdbcType=VARCHAR}, #{amount,jdbcType=VARCHAR}, #{recordId,jdbcType=VARCHAR},
- #{remarks,jdbcType=VARCHAR}, #{isWinning,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR},
- #{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR},
- #{deliveryId,jdbcType=VARCHAR}, #{isDelivery,jdbcType=VARCHAR}, #{pickupTime,jdbcType=VARCHAR}
- )
- </insert>
- <insert id="insertSelective" parameterType="com.minpay.db.table.model.VmOrderDetails">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- insert into vm_order_details
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="detailsId != null">
- VOD_DETAILS_ID,
- </if>
- <if test="channel != null">
- VOD_CHANNEL,
- </if>
- <if test="orderId != null">
- VOD_ORDER_ID,
- </if>
- <if test="proEquRelId != null">
- VOD_PRO_EQU_REL_ID,
- </if>
- <if test="cargoWay != null">
- VOD_CARGO_WAY,
- </if>
- <if test="productId != null">
- VOD_PRODUCT_ID,
- </if>
- <if test="proType != null">
- VOD_PRO_TYPE,
- </if>
- <if test="proName != null">
- VOD_PRO_NAME,
- </if>
- <if test="proPrice != null">
- VOD_PRO_PRICE,
- </if>
- <if test="proNums != null">
- VOD_PRO_NUMS,
- </if>
- <if test="amount != null">
- VOD_AMOUNT,
- </if>
- <if test="recordId != null">
- VOD_RECORD_ID,
- </if>
- <if test="remarks != null">
- VOD_REMARKS,
- </if>
- <if test="isWinning != null">
- VOD_IS_WINNING,
- </if>
- <if test="createUser != null">
- VOD_CREATE_USER,
- </if>
- <if test="createTime != null">
- VOD_CREATE_TIME,
- </if>
- <if test="modifyUser != null">
- VOD_MODIFY_USER,
- </if>
- <if test="modifyTime != null">
- VOD_MODIFY_TIME,
- </if>
- <if test="deliveryId != null">
- VOD_DELIVERY_ID,
- </if>
- <if test="isDelivery != null">
- VOD_IS_DELIVERY,
- </if>
- <if test="pickupTime != null">
- VOD_PICKUP_TIME,
- </if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="detailsId != null">
- #{detailsId,jdbcType=VARCHAR},
- </if>
- <if test="channel != null">
- #{channel,jdbcType=VARCHAR},
- </if>
- <if test="orderId != null">
- #{orderId,jdbcType=VARCHAR},
- </if>
- <if test="proEquRelId != null">
- #{proEquRelId,jdbcType=VARCHAR},
- </if>
- <if test="cargoWay != null">
- #{cargoWay,jdbcType=VARCHAR},
- </if>
- <if test="productId != null">
- #{productId,jdbcType=VARCHAR},
- </if>
- <if test="proType != null">
- #{proType,jdbcType=VARCHAR},
- </if>
- <if test="proName != null">
- #{proName,jdbcType=VARCHAR},
- </if>
- <if test="proPrice != null">
- #{proPrice,jdbcType=VARCHAR},
- </if>
- <if test="proNums != null">
- #{proNums,jdbcType=VARCHAR},
- </if>
- <if test="amount != null">
- #{amount,jdbcType=VARCHAR},
- </if>
- <if test="recordId != null">
- #{recordId,jdbcType=VARCHAR},
- </if>
- <if test="remarks != null">
- #{remarks,jdbcType=VARCHAR},
- </if>
- <if test="isWinning != null">
- #{isWinning,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="deliveryId != null">
- #{deliveryId,jdbcType=VARCHAR},
- </if>
- <if test="isDelivery != null">
- #{isDelivery,jdbcType=VARCHAR},
- </if>
- <if test="pickupTime != null">
- #{pickupTime,jdbcType=VARCHAR},
- </if>
- </trim>
- </insert>
- <select id="countByExample" parameterType="com.minpay.db.table.model.VmOrderDetailsExample" resultType="java.lang.Integer">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- select count(*) from vm_order_details
- <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 vm_order_details
- <set>
- <if test="record.detailsId != null">
- VOD_DETAILS_ID = #{record.detailsId,jdbcType=VARCHAR},
- </if>
- <if test="record.channel != null">
- VOD_CHANNEL = #{record.channel,jdbcType=VARCHAR},
- </if>
- <if test="record.orderId != null">
- VOD_ORDER_ID = #{record.orderId,jdbcType=VARCHAR},
- </if>
- <if test="record.proEquRelId != null">
- VOD_PRO_EQU_REL_ID = #{record.proEquRelId,jdbcType=VARCHAR},
- </if>
- <if test="record.cargoWay != null">
- VOD_CARGO_WAY = #{record.cargoWay,jdbcType=VARCHAR},
- </if>
- <if test="record.productId != null">
- VOD_PRODUCT_ID = #{record.productId,jdbcType=VARCHAR},
- </if>
- <if test="record.proType != null">
- VOD_PRO_TYPE = #{record.proType,jdbcType=VARCHAR},
- </if>
- <if test="record.proName != null">
- VOD_PRO_NAME = #{record.proName,jdbcType=VARCHAR},
- </if>
- <if test="record.proPrice != null">
- VOD_PRO_PRICE = #{record.proPrice,jdbcType=VARCHAR},
- </if>
- <if test="record.proNums != null">
- VOD_PRO_NUMS = #{record.proNums,jdbcType=VARCHAR},
- </if>
- <if test="record.amount != null">
- VOD_AMOUNT = #{record.amount,jdbcType=VARCHAR},
- </if>
- <if test="record.recordId != null">
- VOD_RECORD_ID = #{record.recordId,jdbcType=VARCHAR},
- </if>
- <if test="record.remarks != null">
- VOD_REMARKS = #{record.remarks,jdbcType=VARCHAR},
- </if>
- <if test="record.isWinning != null">
- VOD_IS_WINNING = #{record.isWinning,jdbcType=VARCHAR},
- </if>
- <if test="record.createUser != null">
- VOD_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
- </if>
- <if test="record.createTime != null">
- VOD_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
- </if>
- <if test="record.modifyUser != null">
- VOD_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
- </if>
- <if test="record.modifyTime != null">
- VOD_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
- </if>
- <if test="record.deliveryId != null">
- VOD_DELIVERY_ID = #{record.deliveryId,jdbcType=VARCHAR},
- </if>
- <if test="record.isDelivery != null">
- VOD_IS_DELIVERY = #{record.isDelivery,jdbcType=VARCHAR},
- </if>
- <if test="record.pickupTime != null">
- VOD_PICKUP_TIME = #{record.pickupTime,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 vm_order_details
- set VOD_DETAILS_ID = #{record.detailsId,jdbcType=VARCHAR},
- VOD_CHANNEL = #{record.channel,jdbcType=VARCHAR},
- VOD_ORDER_ID = #{record.orderId,jdbcType=VARCHAR},
- VOD_PRO_EQU_REL_ID = #{record.proEquRelId,jdbcType=VARCHAR},
- VOD_CARGO_WAY = #{record.cargoWay,jdbcType=VARCHAR},
- VOD_PRODUCT_ID = #{record.productId,jdbcType=VARCHAR},
- VOD_PRO_TYPE = #{record.proType,jdbcType=VARCHAR},
- VOD_PRO_NAME = #{record.proName,jdbcType=VARCHAR},
- VOD_PRO_PRICE = #{record.proPrice,jdbcType=VARCHAR},
- VOD_PRO_NUMS = #{record.proNums,jdbcType=VARCHAR},
- VOD_AMOUNT = #{record.amount,jdbcType=VARCHAR},
- VOD_RECORD_ID = #{record.recordId,jdbcType=VARCHAR},
- VOD_REMARKS = #{record.remarks,jdbcType=VARCHAR},
- VOD_IS_WINNING = #{record.isWinning,jdbcType=VARCHAR},
- VOD_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
- VOD_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
- VOD_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
- VOD_MODIFY_TIME = #{record.modifyTime,jdbcType=VARCHAR},
- VOD_DELIVERY_ID = #{record.deliveryId,jdbcType=VARCHAR},
- VOD_IS_DELIVERY = #{record.isDelivery,jdbcType=VARCHAR},
- VOD_PICKUP_TIME = #{record.pickupTime,jdbcType=VARCHAR}
- <if test="_parameter != null">
- <include refid="Update_By_Example_Where_Clause" />
- </if>
- </update>
- <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.VmOrderDetails">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update vm_order_details
- <set>
- <if test="channel != null">
- VOD_CHANNEL = #{channel,jdbcType=VARCHAR},
- </if>
- <if test="orderId != null">
- VOD_ORDER_ID = #{orderId,jdbcType=VARCHAR},
- </if>
- <if test="proEquRelId != null">
- VOD_PRO_EQU_REL_ID = #{proEquRelId,jdbcType=VARCHAR},
- </if>
- <if test="cargoWay != null">
- VOD_CARGO_WAY = #{cargoWay,jdbcType=VARCHAR},
- </if>
- <if test="productId != null">
- VOD_PRODUCT_ID = #{productId,jdbcType=VARCHAR},
- </if>
- <if test="proType != null">
- VOD_PRO_TYPE = #{proType,jdbcType=VARCHAR},
- </if>
- <if test="proName != null">
- VOD_PRO_NAME = #{proName,jdbcType=VARCHAR},
- </if>
- <if test="proPrice != null">
- VOD_PRO_PRICE = #{proPrice,jdbcType=VARCHAR},
- </if>
- <if test="proNums != null">
- VOD_PRO_NUMS = #{proNums,jdbcType=VARCHAR},
- </if>
- <if test="amount != null">
- VOD_AMOUNT = #{amount,jdbcType=VARCHAR},
- </if>
- <if test="recordId != null">
- VOD_RECORD_ID = #{recordId,jdbcType=VARCHAR},
- </if>
- <if test="remarks != null">
- VOD_REMARKS = #{remarks,jdbcType=VARCHAR},
- </if>
- <if test="isWinning != null">
- VOD_IS_WINNING = #{isWinning,jdbcType=VARCHAR},
- </if>
- <if test="createUser != null">
- VOD_CREATE_USER = #{createUser,jdbcType=VARCHAR},
- </if>
- <if test="createTime != null">
- VOD_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
- </if>
- <if test="modifyUser != null">
- VOD_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
- </if>
- <if test="modifyTime != null">
- VOD_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
- </if>
- <if test="deliveryId != null">
- VOD_DELIVERY_ID = #{deliveryId,jdbcType=VARCHAR},
- </if>
- <if test="isDelivery != null">
- VOD_IS_DELIVERY = #{isDelivery,jdbcType=VARCHAR},
- </if>
- <if test="pickupTime != null">
- VOD_PICKUP_TIME = #{pickupTime,jdbcType=VARCHAR},
- </if>
- </set>
- where VOD_DETAILS_ID = #{detailsId,jdbcType=VARCHAR}
- </update>
- <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.VmOrderDetails">
- <!--
- WARNING - @mbggenerated
- This element is automatically generated by MyBatis Generator, do not modify.
- -->
- update vm_order_details
- set VOD_CHANNEL = #{channel,jdbcType=VARCHAR},
- VOD_ORDER_ID = #{orderId,jdbcType=VARCHAR},
- VOD_PRO_EQU_REL_ID = #{proEquRelId,jdbcType=VARCHAR},
- VOD_CARGO_WAY = #{cargoWay,jdbcType=VARCHAR},
- VOD_PRODUCT_ID = #{productId,jdbcType=VARCHAR},
- VOD_PRO_TYPE = #{proType,jdbcType=VARCHAR},
- VOD_PRO_NAME = #{proName,jdbcType=VARCHAR},
- VOD_PRO_PRICE = #{proPrice,jdbcType=VARCHAR},
- VOD_PRO_NUMS = #{proNums,jdbcType=VARCHAR},
- VOD_AMOUNT = #{amount,jdbcType=VARCHAR},
- VOD_RECORD_ID = #{recordId,jdbcType=VARCHAR},
- VOD_REMARKS = #{remarks,jdbcType=VARCHAR},
- VOD_IS_WINNING = #{isWinning,jdbcType=VARCHAR},
- VOD_CREATE_USER = #{createUser,jdbcType=VARCHAR},
- VOD_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
- VOD_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
- VOD_MODIFY_TIME = #{modifyTime,jdbcType=VARCHAR},
- VOD_DELIVERY_ID = #{deliveryId,jdbcType=VARCHAR},
- VOD_IS_DELIVERY = #{isDelivery,jdbcType=VARCHAR},
- VOD_PICKUP_TIME = #{pickupTime,jdbcType=VARCHAR}
- where VOD_DETAILS_ID = #{detailsId,jdbcType=VARCHAR}
- </update>
- </mapper>
|