|
@@ -0,0 +1,851 @@
|
|
|
+<?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.DwFileDetail05Mapper">
|
|
|
+ <resultMap id="BaseResultMap" type="com.minpay.db.table.model.DwFileDetail05">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ <id column="DFD5_ID" jdbcType="VARCHAR" property="id" />
|
|
|
+ <result column="DFD5_NO" jdbcType="VARCHAR" property="no" />
|
|
|
+ <result column="DFD5_GDBH" jdbcType="VARCHAR" property="gdbh" />
|
|
|
+ <result column="DFD5_GWGDBH" jdbcType="VARCHAR" property="gwgdbh" />
|
|
|
+ <result column="DFD5_ZT" jdbcType="VARCHAR" property="zt" />
|
|
|
+ <result column="DFD5_YWLX" jdbcType="VARCHAR" property="ywlx" />
|
|
|
+ <result column="DFD5_DQBZ" jdbcType="VARCHAR" property="dqbz" />
|
|
|
+ <result column="DFD5_SLRY" jdbcType="VARCHAR" property="slry" />
|
|
|
+ <result column="DFD5_SLSJ" jdbcType="VARCHAR" property="slsj" />
|
|
|
+ <result column="DFD5_SLLR" jdbcType="VARCHAR" property="sllr" />
|
|
|
+ <result column="DFD5_YHBH" jdbcType="VARCHAR" property="yhbh" />
|
|
|
+ <result column="DFD5_YHMC" jdbcType="VARCHAR" property="yhmc" />
|
|
|
+ <result column="DFD5_LXDZ" jdbcType="VARCHAR" property="lxdz" />
|
|
|
+ <result column="DFD5_LXDH" jdbcType="VARCHAR" property="lxdh" />
|
|
|
+ <result column="DFD5_HFNR" jdbcType="VARCHAR" property="hfnr" />
|
|
|
+ <result column="DFD5_YJFL" jdbcType="VARCHAR" property="yjfl" />
|
|
|
+ <result column="DFD5_EJFL" jdbcType="VARCHAR" property="ejfl" />
|
|
|
+ <result column="DFD5_YWZL" jdbcType="VARCHAR" property="ywzl" />
|
|
|
+ <result column="DFD5_SJDW" jdbcType="VARCHAR" property="sjdw" />
|
|
|
+ <result column="DFD5_GDDW" jdbcType="VARCHAR" property="gddw" />
|
|
|
+ <result column="DFD5_CBD" jdbcType="VARCHAR" property="cbd" />
|
|
|
+ <result column="DFD5_CLJG" jdbcType="VARCHAR" property="cljg" />
|
|
|
+ <result column="DFD5_CLDW" jdbcType="VARCHAR" property="cldw" />
|
|
|
+ <result column="DFD5_CLBM" jdbcType="VARCHAR" property="clbm" />
|
|
|
+ <result column="DFD5_GLGD" jdbcType="VARCHAR" property="glgd" />
|
|
|
+ <result column="DFD5_WTYYFL" jdbcType="VARCHAR" property="wtyyfl" />
|
|
|
+ <result column="DFD5_GDFJ" jdbcType="VARCHAR" property="gdfj" />
|
|
|
+ <result column="DFD5_ZRBM" jdbcType="VARCHAR" property="zrbm" />
|
|
|
+ <result column="DFD5_GDSJ" jdbcType="VARCHAR" property="gdsj" />
|
|
|
+ <result column="DFD5_GQSJ" jdbcType="VARCHAR" property="gqsj" />
|
|
|
+ <result column="DFD5_GQYY" jdbcType="VARCHAR" property="gqyy" />
|
|
|
+ <result column="DFD5_FWQD" jdbcType="VARCHAR" property="fwqd" />
|
|
|
+ <result column="DFD5_SJHTZRYY" jdbcType="VARCHAR" property="sjhtzryy" />
|
|
|
+ <result column="DFD5_FILE_ID" jdbcType="VARCHAR" property="fileId" />
|
|
|
+ <result column="DFD5_GDDWG" jdbcType="VARCHAR" property="gddwg" />
|
|
|
+ <result column="DFD5_CLDWG" jdbcType="VARCHAR" property="cldwg" />
|
|
|
+ <result column="DFD5_BL1" jdbcType="VARCHAR" property="bl1" />
|
|
|
+ <result column="DFD5_BL2" jdbcType="VARCHAR" property="bl2" />
|
|
|
+ <result column="DFD5_ZBY" jdbcType="VARCHAR" property="zby" />
|
|
|
+ <result column="DFD5_SSDW" jdbcType="VARCHAR" property="ssdw" />
|
|
|
+ <result column="DFD5_XLX" jdbcType="VARCHAR" property="xlx" />
|
|
|
+ <result column="DFD5_XH2" jdbcType="VARCHAR" property="xh2" />
|
|
|
+ </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.
|
|
|
+ -->
|
|
|
+ DFD5_ID, DFD5_NO, DFD5_GDBH, DFD5_GWGDBH, DFD5_ZT, DFD5_YWLX, DFD5_DQBZ, DFD5_SLRY,
|
|
|
+ DFD5_SLSJ, DFD5_SLLR, DFD5_YHBH, DFD5_YHMC, DFD5_LXDZ, DFD5_LXDH, DFD5_HFNR, DFD5_YJFL,
|
|
|
+ DFD5_EJFL, DFD5_YWZL, DFD5_SJDW, DFD5_GDDW, DFD5_CBD, DFD5_CLJG, DFD5_CLDW, DFD5_CLBM,
|
|
|
+ DFD5_GLGD, DFD5_WTYYFL, DFD5_GDFJ, DFD5_ZRBM, DFD5_GDSJ, DFD5_GQSJ, DFD5_GQYY, DFD5_FWQD,
|
|
|
+ DFD5_SJHTZRYY, DFD5_FILE_ID, DFD5_GDDWG, DFD5_CLDWG, DFD5_BL1, DFD5_BL2, DFD5_ZBY,
|
|
|
+ DFD5_SSDW, DFD5_XLX, DFD5_XH2
|
|
|
+ </sql>
|
|
|
+ <select id="selectByExample" parameterType="com.minpay.db.table.model.DwFileDetail05Example" 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 dw_file_detail_05
|
|
|
+ <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 dw_file_detail_05
|
|
|
+ where DFD5_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_05
|
|
|
+ where DFD5_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </delete>
|
|
|
+ <delete id="deleteByExample" parameterType="com.minpay.db.table.model.DwFileDetail05Example">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ delete from dw_file_detail_05
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </delete>
|
|
|
+ <insert id="insert" parameterType="com.minpay.db.table.model.DwFileDetail05">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ insert into dw_file_detail_05 (DFD5_ID, DFD5_NO, DFD5_GDBH,
|
|
|
+ DFD5_GWGDBH, DFD5_ZT, DFD5_YWLX, DFD5_DQBZ,
|
|
|
+ DFD5_SLRY, DFD5_SLSJ, DFD5_SLLR, DFD5_YHBH,
|
|
|
+ DFD5_YHMC, DFD5_LXDZ, DFD5_LXDH, DFD5_HFNR,
|
|
|
+ DFD5_YJFL, DFD5_EJFL, DFD5_YWZL, DFD5_SJDW,
|
|
|
+ DFD5_GDDW, DFD5_CBD, DFD5_CLJG, DFD5_CLDW,
|
|
|
+ DFD5_CLBM, DFD5_GLGD, DFD5_WTYYFL,
|
|
|
+ DFD5_GDFJ, DFD5_ZRBM, DFD5_GDSJ, DFD5_GQSJ,
|
|
|
+ DFD5_GQYY, DFD5_FWQD, DFD5_SJHTZRYY,
|
|
|
+ DFD5_FILE_ID, DFD5_GDDWG, DFD5_CLDWG,
|
|
|
+ DFD5_BL1, DFD5_BL2, DFD5_ZBY, DFD5_SSDW,
|
|
|
+ DFD5_XLX, DFD5_XH2)
|
|
|
+ values (#{id,jdbcType=VARCHAR}, #{no,jdbcType=VARCHAR}, #{gdbh,jdbcType=VARCHAR},
|
|
|
+ #{gwgdbh,jdbcType=VARCHAR}, #{zt,jdbcType=VARCHAR}, #{ywlx,jdbcType=VARCHAR}, #{dqbz,jdbcType=VARCHAR},
|
|
|
+ #{slry,jdbcType=VARCHAR}, #{slsj,jdbcType=VARCHAR}, #{sllr,jdbcType=VARCHAR}, #{yhbh,jdbcType=VARCHAR},
|
|
|
+ #{yhmc,jdbcType=VARCHAR}, #{lxdz,jdbcType=VARCHAR}, #{lxdh,jdbcType=VARCHAR}, #{hfnr,jdbcType=VARCHAR},
|
|
|
+ #{yjfl,jdbcType=VARCHAR}, #{ejfl,jdbcType=VARCHAR}, #{ywzl,jdbcType=VARCHAR}, #{sjdw,jdbcType=VARCHAR},
|
|
|
+ #{gddw,jdbcType=VARCHAR}, #{cbd,jdbcType=VARCHAR}, #{cljg,jdbcType=VARCHAR}, #{cldw,jdbcType=VARCHAR},
|
|
|
+ #{clbm,jdbcType=VARCHAR}, #{glgd,jdbcType=VARCHAR}, #{wtyyfl,jdbcType=VARCHAR},
|
|
|
+ #{gdfj,jdbcType=VARCHAR}, #{zrbm,jdbcType=VARCHAR}, #{gdsj,jdbcType=VARCHAR}, #{gqsj,jdbcType=VARCHAR},
|
|
|
+ #{gqyy,jdbcType=VARCHAR}, #{fwqd,jdbcType=VARCHAR}, #{sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ #{fileId,jdbcType=VARCHAR}, #{gddwg,jdbcType=VARCHAR}, #{cldwg,jdbcType=VARCHAR},
|
|
|
+ #{bl1,jdbcType=VARCHAR}, #{bl2,jdbcType=VARCHAR}, #{zby,jdbcType=VARCHAR}, #{ssdw,jdbcType=VARCHAR},
|
|
|
+ #{xlx,jdbcType=VARCHAR}, #{xh2,jdbcType=VARCHAR})
|
|
|
+ </insert>
|
|
|
+ <insert id="insertSelective" parameterType="com.minpay.db.table.model.DwFileDetail05">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ insert into dw_file_detail_05
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="id != null">
|
|
|
+ DFD5_ID,
|
|
|
+ </if>
|
|
|
+ <if test="no != null">
|
|
|
+ DFD5_NO,
|
|
|
+ </if>
|
|
|
+ <if test="gdbh != null">
|
|
|
+ DFD5_GDBH,
|
|
|
+ </if>
|
|
|
+ <if test="gwgdbh != null">
|
|
|
+ DFD5_GWGDBH,
|
|
|
+ </if>
|
|
|
+ <if test="zt != null">
|
|
|
+ DFD5_ZT,
|
|
|
+ </if>
|
|
|
+ <if test="ywlx != null">
|
|
|
+ DFD5_YWLX,
|
|
|
+ </if>
|
|
|
+ <if test="dqbz != null">
|
|
|
+ DFD5_DQBZ,
|
|
|
+ </if>
|
|
|
+ <if test="slry != null">
|
|
|
+ DFD5_SLRY,
|
|
|
+ </if>
|
|
|
+ <if test="slsj != null">
|
|
|
+ DFD5_SLSJ,
|
|
|
+ </if>
|
|
|
+ <if test="sllr != null">
|
|
|
+ DFD5_SLLR,
|
|
|
+ </if>
|
|
|
+ <if test="yhbh != null">
|
|
|
+ DFD5_YHBH,
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null">
|
|
|
+ DFD5_YHMC,
|
|
|
+ </if>
|
|
|
+ <if test="lxdz != null">
|
|
|
+ DFD5_LXDZ,
|
|
|
+ </if>
|
|
|
+ <if test="lxdh != null">
|
|
|
+ DFD5_LXDH,
|
|
|
+ </if>
|
|
|
+ <if test="hfnr != null">
|
|
|
+ DFD5_HFNR,
|
|
|
+ </if>
|
|
|
+ <if test="yjfl != null">
|
|
|
+ DFD5_YJFL,
|
|
|
+ </if>
|
|
|
+ <if test="ejfl != null">
|
|
|
+ DFD5_EJFL,
|
|
|
+ </if>
|
|
|
+ <if test="ywzl != null">
|
|
|
+ DFD5_YWZL,
|
|
|
+ </if>
|
|
|
+ <if test="sjdw != null">
|
|
|
+ DFD5_SJDW,
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null">
|
|
|
+ DFD5_GDDW,
|
|
|
+ </if>
|
|
|
+ <if test="cbd != null">
|
|
|
+ DFD5_CBD,
|
|
|
+ </if>
|
|
|
+ <if test="cljg != null">
|
|
|
+ DFD5_CLJG,
|
|
|
+ </if>
|
|
|
+ <if test="cldw != null">
|
|
|
+ DFD5_CLDW,
|
|
|
+ </if>
|
|
|
+ <if test="clbm != null">
|
|
|
+ DFD5_CLBM,
|
|
|
+ </if>
|
|
|
+ <if test="glgd != null">
|
|
|
+ DFD5_GLGD,
|
|
|
+ </if>
|
|
|
+ <if test="wtyyfl != null">
|
|
|
+ DFD5_WTYYFL,
|
|
|
+ </if>
|
|
|
+ <if test="gdfj != null">
|
|
|
+ DFD5_GDFJ,
|
|
|
+ </if>
|
|
|
+ <if test="zrbm != null">
|
|
|
+ DFD5_ZRBM,
|
|
|
+ </if>
|
|
|
+ <if test="gdsj != null">
|
|
|
+ DFD5_GDSJ,
|
|
|
+ </if>
|
|
|
+ <if test="gqsj != null">
|
|
|
+ DFD5_GQSJ,
|
|
|
+ </if>
|
|
|
+ <if test="gqyy != null">
|
|
|
+ DFD5_GQYY,
|
|
|
+ </if>
|
|
|
+ <if test="fwqd != null">
|
|
|
+ DFD5_FWQD,
|
|
|
+ </if>
|
|
|
+ <if test="sjhtzryy != null">
|
|
|
+ DFD5_SJHTZRYY,
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null">
|
|
|
+ DFD5_FILE_ID,
|
|
|
+ </if>
|
|
|
+ <if test="gddwg != null">
|
|
|
+ DFD5_GDDWG,
|
|
|
+ </if>
|
|
|
+ <if test="cldwg != null">
|
|
|
+ DFD5_CLDWG,
|
|
|
+ </if>
|
|
|
+ <if test="bl1 != null">
|
|
|
+ DFD5_BL1,
|
|
|
+ </if>
|
|
|
+ <if test="bl2 != null">
|
|
|
+ DFD5_BL2,
|
|
|
+ </if>
|
|
|
+ <if test="zby != null">
|
|
|
+ DFD5_ZBY,
|
|
|
+ </if>
|
|
|
+ <if test="ssdw != null">
|
|
|
+ DFD5_SSDW,
|
|
|
+ </if>
|
|
|
+ <if test="xlx != null">
|
|
|
+ DFD5_XLX,
|
|
|
+ </if>
|
|
|
+ <if test="xh2 != null">
|
|
|
+ DFD5_XH2,
|
|
|
+ </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="gdbh != null">
|
|
|
+ #{gdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gwgdbh != null">
|
|
|
+ #{gwgdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zt != null">
|
|
|
+ #{zt,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ywlx != null">
|
|
|
+ #{ywlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dqbz != null">
|
|
|
+ #{dqbz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="slry != null">
|
|
|
+ #{slry,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="slsj != null">
|
|
|
+ #{slsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sllr != null">
|
|
|
+ #{sllr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhbh != null">
|
|
|
+ #{yhbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null">
|
|
|
+ #{yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="lxdz != null">
|
|
|
+ #{lxdz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="lxdh != null">
|
|
|
+ #{lxdh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="hfnr != null">
|
|
|
+ #{hfnr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yjfl != null">
|
|
|
+ #{yjfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ejfl != null">
|
|
|
+ #{ejfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ywzl != null">
|
|
|
+ #{ywzl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjdw != null">
|
|
|
+ #{sjdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null">
|
|
|
+ #{gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cbd != null">
|
|
|
+ #{cbd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cljg != null">
|
|
|
+ #{cljg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cldw != null">
|
|
|
+ #{cldw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="clbm != null">
|
|
|
+ #{clbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="glgd != null">
|
|
|
+ #{glgd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="wtyyfl != null">
|
|
|
+ #{wtyyfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdfj != null">
|
|
|
+ #{gdfj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zrbm != null">
|
|
|
+ #{zrbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdsj != null">
|
|
|
+ #{gdsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gqsj != null">
|
|
|
+ #{gqsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gqyy != null">
|
|
|
+ #{gqyy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fwqd != null">
|
|
|
+ #{fwqd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjhtzryy != null">
|
|
|
+ #{sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null">
|
|
|
+ #{fileId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddwg != null">
|
|
|
+ #{gddwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cldwg != null">
|
|
|
+ #{cldwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bl1 != null">
|
|
|
+ #{bl1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bl2 != null">
|
|
|
+ #{bl2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zby != null">
|
|
|
+ #{zby,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ssdw != null">
|
|
|
+ #{ssdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xlx != null">
|
|
|
+ #{xlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xh2 != null">
|
|
|
+ #{xh2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+ <select id="countByExample" parameterType="com.minpay.db.table.model.DwFileDetail05Example" resultType="java.lang.Integer">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ select count(*) from dw_file_detail_05
|
|
|
+ <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_05
|
|
|
+ <set>
|
|
|
+ <if test="record.id != null">
|
|
|
+ DFD5_ID = #{record.id,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.no != null">
|
|
|
+ DFD5_NO = #{record.no,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gdbh != null">
|
|
|
+ DFD5_GDBH = #{record.gdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gwgdbh != null">
|
|
|
+ DFD5_GWGDBH = #{record.gwgdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.zt != null">
|
|
|
+ DFD5_ZT = #{record.zt,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.ywlx != null">
|
|
|
+ DFD5_YWLX = #{record.ywlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.dqbz != null">
|
|
|
+ DFD5_DQBZ = #{record.dqbz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.slry != null">
|
|
|
+ DFD5_SLRY = #{record.slry,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.slsj != null">
|
|
|
+ DFD5_SLSJ = #{record.slsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sllr != null">
|
|
|
+ DFD5_SLLR = #{record.sllr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhbh != null">
|
|
|
+ DFD5_YHBH = #{record.yhbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yhmc != null">
|
|
|
+ DFD5_YHMC = #{record.yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.lxdz != null">
|
|
|
+ DFD5_LXDZ = #{record.lxdz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.lxdh != null">
|
|
|
+ DFD5_LXDH = #{record.lxdh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.hfnr != null">
|
|
|
+ DFD5_HFNR = #{record.hfnr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.yjfl != null">
|
|
|
+ DFD5_YJFL = #{record.yjfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.ejfl != null">
|
|
|
+ DFD5_EJFL = #{record.ejfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.ywzl != null">
|
|
|
+ DFD5_YWZL = #{record.ywzl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sjdw != null">
|
|
|
+ DFD5_SJDW = #{record.sjdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gddw != null">
|
|
|
+ DFD5_GDDW = #{record.gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.cbd != null">
|
|
|
+ DFD5_CBD = #{record.cbd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.cljg != null">
|
|
|
+ DFD5_CLJG = #{record.cljg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.cldw != null">
|
|
|
+ DFD5_CLDW = #{record.cldw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.clbm != null">
|
|
|
+ DFD5_CLBM = #{record.clbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.glgd != null">
|
|
|
+ DFD5_GLGD = #{record.glgd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.wtyyfl != null">
|
|
|
+ DFD5_WTYYFL = #{record.wtyyfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gdfj != null">
|
|
|
+ DFD5_GDFJ = #{record.gdfj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.zrbm != null">
|
|
|
+ DFD5_ZRBM = #{record.zrbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gdsj != null">
|
|
|
+ DFD5_GDSJ = #{record.gdsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gqsj != null">
|
|
|
+ DFD5_GQSJ = #{record.gqsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gqyy != null">
|
|
|
+ DFD5_GQYY = #{record.gqyy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.fwqd != null">
|
|
|
+ DFD5_FWQD = #{record.fwqd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.sjhtzryy != null">
|
|
|
+ DFD5_SJHTZRYY = #{record.sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.fileId != null">
|
|
|
+ DFD5_FILE_ID = #{record.fileId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.gddwg != null">
|
|
|
+ DFD5_GDDWG = #{record.gddwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.cldwg != null">
|
|
|
+ DFD5_CLDWG = #{record.cldwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.bl1 != null">
|
|
|
+ DFD5_BL1 = #{record.bl1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.bl2 != null">
|
|
|
+ DFD5_BL2 = #{record.bl2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.zby != null">
|
|
|
+ DFD5_ZBY = #{record.zby,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.ssdw != null">
|
|
|
+ DFD5_SSDW = #{record.ssdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.xlx != null">
|
|
|
+ DFD5_XLX = #{record.xlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.xh2 != null">
|
|
|
+ DFD5_XH2 = #{record.xh2,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_05
|
|
|
+ set DFD5_ID = #{record.id,jdbcType=VARCHAR},
|
|
|
+ DFD5_NO = #{record.no,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDBH = #{record.gdbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_GWGDBH = #{record.gwgdbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZT = #{record.zt,jdbcType=VARCHAR},
|
|
|
+ DFD5_YWLX = #{record.ywlx,jdbcType=VARCHAR},
|
|
|
+ DFD5_DQBZ = #{record.dqbz,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLRY = #{record.slry,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLSJ = #{record.slsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLLR = #{record.sllr,jdbcType=VARCHAR},
|
|
|
+ DFD5_YHBH = #{record.yhbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_YHMC = #{record.yhmc,jdbcType=VARCHAR},
|
|
|
+ DFD5_LXDZ = #{record.lxdz,jdbcType=VARCHAR},
|
|
|
+ DFD5_LXDH = #{record.lxdh,jdbcType=VARCHAR},
|
|
|
+ DFD5_HFNR = #{record.hfnr,jdbcType=VARCHAR},
|
|
|
+ DFD5_YJFL = #{record.yjfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_EJFL = #{record.ejfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_YWZL = #{record.ywzl,jdbcType=VARCHAR},
|
|
|
+ DFD5_SJDW = #{record.sjdw,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDDW = #{record.gddw,jdbcType=VARCHAR},
|
|
|
+ DFD5_CBD = #{record.cbd,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLJG = #{record.cljg,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLDW = #{record.cldw,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLBM = #{record.clbm,jdbcType=VARCHAR},
|
|
|
+ DFD5_GLGD = #{record.glgd,jdbcType=VARCHAR},
|
|
|
+ DFD5_WTYYFL = #{record.wtyyfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDFJ = #{record.gdfj,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZRBM = #{record.zrbm,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDSJ = #{record.gdsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_GQSJ = #{record.gqsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_GQYY = #{record.gqyy,jdbcType=VARCHAR},
|
|
|
+ DFD5_FWQD = #{record.fwqd,jdbcType=VARCHAR},
|
|
|
+ DFD5_SJHTZRYY = #{record.sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ DFD5_FILE_ID = #{record.fileId,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDDWG = #{record.gddwg,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLDWG = #{record.cldwg,jdbcType=VARCHAR},
|
|
|
+ DFD5_BL1 = #{record.bl1,jdbcType=VARCHAR},
|
|
|
+ DFD5_BL2 = #{record.bl2,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZBY = #{record.zby,jdbcType=VARCHAR},
|
|
|
+ DFD5_SSDW = #{record.ssdw,jdbcType=VARCHAR},
|
|
|
+ DFD5_XLX = #{record.xlx,jdbcType=VARCHAR},
|
|
|
+ DFD5_XH2 = #{record.xh2,jdbcType=VARCHAR}
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKeySelective" parameterType="com.minpay.db.table.model.DwFileDetail05">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update dw_file_detail_05
|
|
|
+ <set>
|
|
|
+ <if test="no != null">
|
|
|
+ DFD5_NO = #{no,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdbh != null">
|
|
|
+ DFD5_GDBH = #{gdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gwgdbh != null">
|
|
|
+ DFD5_GWGDBH = #{gwgdbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zt != null">
|
|
|
+ DFD5_ZT = #{zt,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ywlx != null">
|
|
|
+ DFD5_YWLX = #{ywlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="dqbz != null">
|
|
|
+ DFD5_DQBZ = #{dqbz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="slry != null">
|
|
|
+ DFD5_SLRY = #{slry,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="slsj != null">
|
|
|
+ DFD5_SLSJ = #{slsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sllr != null">
|
|
|
+ DFD5_SLLR = #{sllr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhbh != null">
|
|
|
+ DFD5_YHBH = #{yhbh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yhmc != null">
|
|
|
+ DFD5_YHMC = #{yhmc,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="lxdz != null">
|
|
|
+ DFD5_LXDZ = #{lxdz,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="lxdh != null">
|
|
|
+ DFD5_LXDH = #{lxdh,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="hfnr != null">
|
|
|
+ DFD5_HFNR = #{hfnr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yjfl != null">
|
|
|
+ DFD5_YJFL = #{yjfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ejfl != null">
|
|
|
+ DFD5_EJFL = #{ejfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ywzl != null">
|
|
|
+ DFD5_YWZL = #{ywzl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjdw != null">
|
|
|
+ DFD5_SJDW = #{sjdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddw != null">
|
|
|
+ DFD5_GDDW = #{gddw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cbd != null">
|
|
|
+ DFD5_CBD = #{cbd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cljg != null">
|
|
|
+ DFD5_CLJG = #{cljg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cldw != null">
|
|
|
+ DFD5_CLDW = #{cldw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="clbm != null">
|
|
|
+ DFD5_CLBM = #{clbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="glgd != null">
|
|
|
+ DFD5_GLGD = #{glgd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="wtyyfl != null">
|
|
|
+ DFD5_WTYYFL = #{wtyyfl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdfj != null">
|
|
|
+ DFD5_GDFJ = #{gdfj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zrbm != null">
|
|
|
+ DFD5_ZRBM = #{zrbm,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gdsj != null">
|
|
|
+ DFD5_GDSJ = #{gdsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gqsj != null">
|
|
|
+ DFD5_GQSJ = #{gqsj,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gqyy != null">
|
|
|
+ DFD5_GQYY = #{gqyy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fwqd != null">
|
|
|
+ DFD5_FWQD = #{fwqd,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="sjhtzryy != null">
|
|
|
+ DFD5_SJHTZRYY = #{sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="fileId != null">
|
|
|
+ DFD5_FILE_ID = #{fileId,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="gddwg != null">
|
|
|
+ DFD5_GDDWG = #{gddwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="cldwg != null">
|
|
|
+ DFD5_CLDWG = #{cldwg,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bl1 != null">
|
|
|
+ DFD5_BL1 = #{bl1,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="bl2 != null">
|
|
|
+ DFD5_BL2 = #{bl2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="zby != null">
|
|
|
+ DFD5_ZBY = #{zby,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="ssdw != null">
|
|
|
+ DFD5_SSDW = #{ssdw,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xlx != null">
|
|
|
+ DFD5_XLX = #{xlx,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="xh2 != null">
|
|
|
+ DFD5_XH2 = #{xh2,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ </set>
|
|
|
+ where DFD5_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKey" parameterType="com.minpay.db.table.model.DwFileDetail05">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbggenerated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update dw_file_detail_05
|
|
|
+ set DFD5_NO = #{no,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDBH = #{gdbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_GWGDBH = #{gwgdbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZT = #{zt,jdbcType=VARCHAR},
|
|
|
+ DFD5_YWLX = #{ywlx,jdbcType=VARCHAR},
|
|
|
+ DFD5_DQBZ = #{dqbz,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLRY = #{slry,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLSJ = #{slsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_SLLR = #{sllr,jdbcType=VARCHAR},
|
|
|
+ DFD5_YHBH = #{yhbh,jdbcType=VARCHAR},
|
|
|
+ DFD5_YHMC = #{yhmc,jdbcType=VARCHAR},
|
|
|
+ DFD5_LXDZ = #{lxdz,jdbcType=VARCHAR},
|
|
|
+ DFD5_LXDH = #{lxdh,jdbcType=VARCHAR},
|
|
|
+ DFD5_HFNR = #{hfnr,jdbcType=VARCHAR},
|
|
|
+ DFD5_YJFL = #{yjfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_EJFL = #{ejfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_YWZL = #{ywzl,jdbcType=VARCHAR},
|
|
|
+ DFD5_SJDW = #{sjdw,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDDW = #{gddw,jdbcType=VARCHAR},
|
|
|
+ DFD5_CBD = #{cbd,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLJG = #{cljg,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLDW = #{cldw,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLBM = #{clbm,jdbcType=VARCHAR},
|
|
|
+ DFD5_GLGD = #{glgd,jdbcType=VARCHAR},
|
|
|
+ DFD5_WTYYFL = #{wtyyfl,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDFJ = #{gdfj,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZRBM = #{zrbm,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDSJ = #{gdsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_GQSJ = #{gqsj,jdbcType=VARCHAR},
|
|
|
+ DFD5_GQYY = #{gqyy,jdbcType=VARCHAR},
|
|
|
+ DFD5_FWQD = #{fwqd,jdbcType=VARCHAR},
|
|
|
+ DFD5_SJHTZRYY = #{sjhtzryy,jdbcType=VARCHAR},
|
|
|
+ DFD5_FILE_ID = #{fileId,jdbcType=VARCHAR},
|
|
|
+ DFD5_GDDWG = #{gddwg,jdbcType=VARCHAR},
|
|
|
+ DFD5_CLDWG = #{cldwg,jdbcType=VARCHAR},
|
|
|
+ DFD5_BL1 = #{bl1,jdbcType=VARCHAR},
|
|
|
+ DFD5_BL2 = #{bl2,jdbcType=VARCHAR},
|
|
|
+ DFD5_ZBY = #{zby,jdbcType=VARCHAR},
|
|
|
+ DFD5_SSDW = #{ssdw,jdbcType=VARCHAR},
|
|
|
+ DFD5_XLX = #{xlx,jdbcType=VARCHAR},
|
|
|
+ DFD5_XH2 = #{xh2,jdbcType=VARCHAR}
|
|
|
+ where DFD5_ID = #{id,jdbcType=VARCHAR}
|
|
|
+ </update>
|
|
|
+</mapper>
|