|
|
@@ -0,0 +1,555 @@
|
|
|
+<?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.DwFileDetail03Mapper" >
|
|
|
+ <resultMap id="BaseResultMap" type="com.minpay.db.table.model.DwFileDetail03" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ <id column="DFD3_ID" property="id" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_NO" property="no" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_SGSMC" property="sgsmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_XGSMC" property="xgsmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_BDZMC" property="bdzmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_XLMC" property="xlmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_TQID" property="tqid" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_BYQMC" property="byqmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_YHGLDW1" property="yhgldw1" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_YHID" property="yhid" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_YHMC" property="yhmc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_YHGLDW2" property="yhgldw2" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_DYMAX" property="dymax" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_DYMIN" property="dymin" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_DYHGL" property="dyhgl" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_CSXL" property="csxl" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_CXXL" property="cxxl" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_DYSC" property="dysc" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_GDLX" property="gdlx" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_LJTS" property="ljts" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_SJRQ" property="sjrq" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_GDDW" property="gddw" jdbcType="VARCHAR" />
|
|
|
+ <result column="DFD3_FILE_ID" property="fileId" 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.
|
|
|
+ -->
|
|
|
+ DFD3_ID, DFD3_NO, DFD3_SGSMC, DFD3_XGSMC, DFD3_BDZMC, DFD3_XLMC, DFD3_TQID, DFD3_BYQMC,
|
|
|
+ DFD3_YHGLDW1, DFD3_YHID, DFD3_YHMC, DFD3_YHGLDW2, DFD3_DYMAX, DFD3_DYMIN, DFD3_DYHGL,
|
|
|
+ DFD3_CSXL, DFD3_CXXL, DFD3_DYSC, DFD3_GDLX, DFD3_LJTS, DFD3_SJRQ, DFD3_GDDW, DFD3_FILE_ID
|
|
|
+ </sql>
|
|
|
+ <select id="selectByExample" resultMap="BaseResultMap" parameterType="com.minpay.db.table.model.DwFileDetail03Example" >
|
|
|
+ <!--
|
|
|
+ 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 dw_file_detail_03
|
|
|
+ <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 dw_file_detail_03
|
|
|
+ where DFD3_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 dw_file_detail_03
|
|
|
+ where DFD3_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </delete>
|
|
|
+ <delete id="deleteByExample" parameterType="com.minpay.db.table.model.DwFileDetail03Example" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ delete from dw_file_detail_03
|
|
|
+ <if test="_parameter != null" >
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </delete>
|
|
|
+ <insert id="insert" parameterType="com.minpay.db.table.model.DwFileDetail03" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ insert into dw_file_detail_03 (DFD3_ID, DFD3_NO, DFD3_SGSMC,
|
|
|
+ DFD3_XGSMC, DFD3_BDZMC, DFD3_XLMC,
|
|
|
+ DFD3_TQID, DFD3_BYQMC, DFD3_YHGLDW1,
|
|
|
+ DFD3_YHID, DFD3_YHMC, DFD3_YHGLDW2,
|
|
|
+ DFD3_DYMAX, DFD3_DYMIN, DFD3_DYHGL,
|
|
|
+ DFD3_CSXL, DFD3_CXXL, DFD3_DYSC, DFD3_GDLX,
|
|
|
+ DFD3_LJTS, DFD3_SJRQ, DFD3_GDDW, DFD3_FILE_ID
|
|
|
+ )
|
|
|
+ values (#{id,jdbcType=VARCHAR}, #{no,jdbcType=VARCHAR}, #{sgsmc,jdbcType=VARCHAR},
|
|
|
+ #{xgsmc,jdbcType=VARCHAR}, #{bdzmc,jdbcType=VARCHAR}, #{xlmc,jdbcType=VARCHAR},
|
|
|
+ #{tqid,jdbcType=VARCHAR}, #{byqmc,jdbcType=VARCHAR}, #{yhgldw1,jdbcType=VARCHAR},
|
|
|
+ #{yhid,jdbcType=VARCHAR}, #{yhmc,jdbcType=VARCHAR}, #{yhgldw2,jdbcType=VARCHAR},
|
|
|
+ #{dymax,jdbcType=VARCHAR}, #{dymin,jdbcType=VARCHAR}, #{dyhgl,jdbcType=VARCHAR},
|
|
|
+ #{csxl,jdbcType=VARCHAR}, #{cxxl,jdbcType=VARCHAR}, #{dysc,jdbcType=VARCHAR}, #{gdlx,jdbcType=VARCHAR},
|
|
|
+ #{ljts,jdbcType=VARCHAR}, #{sjrq,jdbcType=VARCHAR}, #{gddw,jdbcType=VARCHAR}, #{fileId,jdbcType=VARCHAR}
|
|
|
+ )
|
|
|
+ </insert>
|
|
|
+ <insert id="insertSelective" parameterType="com.minpay.db.table.model.DwFileDetail03" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ insert into dw_file_detail_03
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides="," >
|
|
|
+ <if test="id != null" >
|
|
|
+ DFD3_ID,
|
|
|
+ </if>
|
|
|
+ <if test="no != null" >
|
|
|
+ DFD3_NO,
|
|
|
+ </if>
|
|
|
+ <if test="sgsmc != null" >
|
|
|
+ DFD3_SGSMC,
|
|
|
+ </if>
|
|
|
+ <if test="xgsmc != null" >
|
|
|
+ DFD3_XGSMC,
|
|
|
+ </if>
|
|
|
+ <if test="bdzmc != null" >
|
|
|
+ DFD3_BDZMC,
|
|
|
+ </if>
|
|
|
+ <if test="xlmc != null" >
|
|
|
+ DFD3_XLMC,
|
|
|
+ </if>
|
|
|
+ <if test="tqid != null" >
|
|
|
+ DFD3_TQID,
|
|
|
+ </if>
|
|
|
+ <if test="byqmc != null" >
|
|
|
+ DFD3_BYQMC,
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw1 != null" >
|
|
|
+ DFD3_YHGLDW1,
|
|
|
+ </if>
|
|
|
+ <if test="yhid != null" >
|
|
|
+ DFD3_YHID,
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null" >
|
|
|
+ DFD3_YHMC,
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw2 != null" >
|
|
|
+ DFD3_YHGLDW2,
|
|
|
+ </if>
|
|
|
+ <if test="dymax != null" >
|
|
|
+ DFD3_DYMAX,
|
|
|
+ </if>
|
|
|
+ <if test="dymin != null" >
|
|
|
+ DFD3_DYMIN,
|
|
|
+ </if>
|
|
|
+ <if test="dyhgl != null" >
|
|
|
+ DFD3_DYHGL,
|
|
|
+ </if>
|
|
|
+ <if test="csxl != null" >
|
|
|
+ DFD3_CSXL,
|
|
|
+ </if>
|
|
|
+ <if test="cxxl != null" >
|
|
|
+ DFD3_CXXL,
|
|
|
+ </if>
|
|
|
+ <if test="dysc != null" >
|
|
|
+ DFD3_DYSC,
|
|
|
+ </if>
|
|
|
+ <if test="gdlx != null" >
|
|
|
+ DFD3_GDLX,
|
|
|
+ </if>
|
|
|
+ <if test="ljts != null" >
|
|
|
+ DFD3_LJTS,
|
|
|
+ </if>
|
|
|
+ <if test="sjrq != null" >
|
|
|
+ DFD3_SJRQ,
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null" >
|
|
|
+ DFD3_GDDW,
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null" >
|
|
|
+ DFD3_FILE_ID,
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
+ <if test="id != null" >
|
|
|
+ #{id,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="no != null" >
|
|
|
+ #{no,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sgsmc != null" >
|
|
|
+ #{sgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xgsmc != null" >
|
|
|
+ #{xgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bdzmc != null" >
|
|
|
+ #{bdzmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xlmc != null" >
|
|
|
+ #{xlmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="tqid != null" >
|
|
|
+ #{tqid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="byqmc != null" >
|
|
|
+ #{byqmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw1 != null" >
|
|
|
+ #{yhgldw1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhid != null" >
|
|
|
+ #{yhid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null" >
|
|
|
+ #{yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw2 != null" >
|
|
|
+ #{yhgldw2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dymax != null" >
|
|
|
+ #{dymax,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dymin != null" >
|
|
|
+ #{dymin,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dyhgl != null" >
|
|
|
+ #{dyhgl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="csxl != null" >
|
|
|
+ #{csxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cxxl != null" >
|
|
|
+ #{cxxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dysc != null" >
|
|
|
+ #{dysc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdlx != null" >
|
|
|
+ #{gdlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ljts != null" >
|
|
|
+ #{ljts,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjrq != null" >
|
|
|
+ #{sjrq,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null" >
|
|
|
+ #{gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null" >
|
|
|
+ #{fileId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+ <select id="countByExample" parameterType="com.minpay.db.table.model.DwFileDetail03Example" resultType="java.lang.Integer" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ select count(*) from dw_file_detail_03
|
|
|
+ <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 dw_file_detail_03
|
|
|
+ <set >
|
|
|
+ <if test="record.id != null" >
|
|
|
+ DFD3_ID = #{record.id,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.no != null" >
|
|
|
+ DFD3_NO = #{record.no,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sgsmc != null" >
|
|
|
+ DFD3_SGSMC = #{record.sgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.xgsmc != null" >
|
|
|
+ DFD3_XGSMC = #{record.xgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.bdzmc != null" >
|
|
|
+ DFD3_BDZMC = #{record.bdzmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.xlmc != null" >
|
|
|
+ DFD3_XLMC = #{record.xlmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.tqid != null" >
|
|
|
+ DFD3_TQID = #{record.tqid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.byqmc != null" >
|
|
|
+ DFD3_BYQMC = #{record.byqmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhgldw1 != null" >
|
|
|
+ DFD3_YHGLDW1 = #{record.yhgldw1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhid != null" >
|
|
|
+ DFD3_YHID = #{record.yhid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhmc != null" >
|
|
|
+ DFD3_YHMC = #{record.yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhgldw2 != null" >
|
|
|
+ DFD3_YHGLDW2 = #{record.yhgldw2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.dymax != null" >
|
|
|
+ DFD3_DYMAX = #{record.dymax,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.dymin != null" >
|
|
|
+ DFD3_DYMIN = #{record.dymin,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.dyhgl != null" >
|
|
|
+ DFD3_DYHGL = #{record.dyhgl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.csxl != null" >
|
|
|
+ DFD3_CSXL = #{record.csxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.cxxl != null" >
|
|
|
+ DFD3_CXXL = #{record.cxxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.dysc != null" >
|
|
|
+ DFD3_DYSC = #{record.dysc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gdlx != null" >
|
|
|
+ DFD3_GDLX = #{record.gdlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.ljts != null" >
|
|
|
+ DFD3_LJTS = #{record.ljts,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sjrq != null" >
|
|
|
+ DFD3_SJRQ = #{record.sjrq,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gddw != null" >
|
|
|
+ DFD3_GDDW = #{record.gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.fileId != null" >
|
|
|
+ DFD3_FILE_ID = #{record.fileId,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 dw_file_detail_03
|
|
|
+ set DFD3_ID = #{record.id,jdbcType=VARCHAR},
|
|
|
+ DFD3_NO = #{record.no,jdbcType=VARCHAR},
|
|
|
+ DFD3_SGSMC = #{record.sgsmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_XGSMC = #{record.xgsmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_BDZMC = #{record.bdzmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_XLMC = #{record.xlmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_TQID = #{record.tqid,jdbcType=VARCHAR},
|
|
|
+ DFD3_BYQMC = #{record.byqmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHGLDW1 = #{record.yhgldw1,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHID = #{record.yhid,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHMC = #{record.yhmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHGLDW2 = #{record.yhgldw2,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYMAX = #{record.dymax,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYMIN = #{record.dymin,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYHGL = #{record.dyhgl,jdbcType=VARCHAR},
|
|
|
+ DFD3_CSXL = #{record.csxl,jdbcType=VARCHAR},
|
|
|
+ DFD3_CXXL = #{record.cxxl,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYSC = #{record.dysc,jdbcType=VARCHAR},
|
|
|
+ DFD3_GDLX = #{record.gdlx,jdbcType=VARCHAR},
|
|
|
+ DFD3_LJTS = #{record.ljts,jdbcType=VARCHAR},
|
|
|
+ DFD3_SJRQ = #{record.sjrq,jdbcType=VARCHAR},
|
|
|
+ DFD3_GDDW = #{record.gddw,jdbcType=VARCHAR},
|
|
|
+ DFD3_FILE_ID = #{record.fileId,jdbcType=VARCHAR}
|
|
|
+ <if test="_parameter != null" >
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.DwFileDetail03" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update dw_file_detail_03
|
|
|
+ <set >
|
|
|
+ <if test="no != null" >
|
|
|
+ DFD3_NO = #{no,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sgsmc != null" >
|
|
|
+ DFD3_SGSMC = #{sgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xgsmc != null" >
|
|
|
+ DFD3_XGSMC = #{xgsmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bdzmc != null" >
|
|
|
+ DFD3_BDZMC = #{bdzmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xlmc != null" >
|
|
|
+ DFD3_XLMC = #{xlmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="tqid != null" >
|
|
|
+ DFD3_TQID = #{tqid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="byqmc != null" >
|
|
|
+ DFD3_BYQMC = #{byqmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw1 != null" >
|
|
|
+ DFD3_YHGLDW1 = #{yhgldw1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhid != null" >
|
|
|
+ DFD3_YHID = #{yhid,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null" >
|
|
|
+ DFD3_YHMC = #{yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhgldw2 != null" >
|
|
|
+ DFD3_YHGLDW2 = #{yhgldw2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dymax != null" >
|
|
|
+ DFD3_DYMAX = #{dymax,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dymin != null" >
|
|
|
+ DFD3_DYMIN = #{dymin,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dyhgl != null" >
|
|
|
+ DFD3_DYHGL = #{dyhgl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="csxl != null" >
|
|
|
+ DFD3_CSXL = #{csxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cxxl != null" >
|
|
|
+ DFD3_CXXL = #{cxxl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dysc != null" >
|
|
|
+ DFD3_DYSC = #{dysc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdlx != null" >
|
|
|
+ DFD3_GDLX = #{gdlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ljts != null" >
|
|
|
+ DFD3_LJTS = #{ljts,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjrq != null" >
|
|
|
+ DFD3_SJRQ = #{sjrq,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null" >
|
|
|
+ DFD3_GDDW = #{gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null" >
|
|
|
+ DFD3_FILE_ID = #{fileId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </set>
|
|
|
+ where DFD3_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.DwFileDetail03" >
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update dw_file_detail_03
|
|
|
+ set DFD3_NO = #{no,jdbcType=VARCHAR},
|
|
|
+ DFD3_SGSMC = #{sgsmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_XGSMC = #{xgsmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_BDZMC = #{bdzmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_XLMC = #{xlmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_TQID = #{tqid,jdbcType=VARCHAR},
|
|
|
+ DFD3_BYQMC = #{byqmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHGLDW1 = #{yhgldw1,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHID = #{yhid,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHMC = #{yhmc,jdbcType=VARCHAR},
|
|
|
+ DFD3_YHGLDW2 = #{yhgldw2,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYMAX = #{dymax,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYMIN = #{dymin,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYHGL = #{dyhgl,jdbcType=VARCHAR},
|
|
|
+ DFD3_CSXL = #{csxl,jdbcType=VARCHAR},
|
|
|
+ DFD3_CXXL = #{cxxl,jdbcType=VARCHAR},
|
|
|
+ DFD3_DYSC = #{dysc,jdbcType=VARCHAR},
|
|
|
+ DFD3_GDLX = #{gdlx,jdbcType=VARCHAR},
|
|
|
+ DFD3_LJTS = #{ljts,jdbcType=VARCHAR},
|
|
|
+ DFD3_SJRQ = #{sjrq,jdbcType=VARCHAR},
|
|
|
+ DFD3_GDDW = #{gddw,jdbcType=VARCHAR},
|
|
|
+ DFD3_FILE_ID = #{fileId,jdbcType=VARCHAR}
|
|
|
+ where DFD3_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </update>
|
|
|
+</mapper>
|