<?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="pwc.taxtech.atms.invoice.HlOutputOrderKpsqmxbMapper"> <resultMap id="BaseResultMap" type="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxb"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> <id column="UUID" jdbcType="VARCHAR" property="uuid" /> <result column="SQUUID" jdbcType="VARCHAR" property="squuid" /> <result column="MXXH" jdbcType="VARCHAR" property="mxxh" /> <result column="ID" jdbcType="VARCHAR" property="id" /> <result column="XSDD" jdbcType="VARCHAR" property="xsdd" /> <result column="JHH" jdbcType="VARCHAR" property="jhh" /> <result column="SJFYRQ" jdbcType="VARCHAR" property="sjfyrq" /> <result column="SWCLLXID" jdbcType="VARCHAR" property="swcllxid" /> <result column="WLID" jdbcType="VARCHAR" property="wlid" /> <result column="DESCRIPTION" jdbcType="VARCHAR" property="description" /> <result column="KPMC" jdbcType="VARCHAR" property="kpmc" /> <result column="DW" jdbcType="VARCHAR" property="dw" /> <result column="SDSL" jdbcType="VARCHAR" property="sdsl" /> <result column="XSDJ" jdbcType="VARCHAR" property="xsdj" /> <result column="BZH" jdbcType="VARCHAR" property="bzh" /> <result column="SRJE" jdbcType="VARCHAR" property="srje" /> <result column="SL" jdbcType="VARCHAR" property="sl" /> <result column="SE" jdbcType="VARCHAR" property="se" /> <result column="HXSL" jdbcType="VARCHAR" property="hxsl" /> <result column="XSHTH" jdbcType="VARCHAR" property="xshth" /> <result column="RZRQ" jdbcType="VARCHAR" property="rzrq" /> <result column="ZY" jdbcType="VARCHAR" property="zy" /> <result column="HJJE" jdbcType="VARCHAR" property="hjje" /> <result column="GGXH" jdbcType="VARCHAR" property="ggxh" /> <result column="YHXSL" jdbcType="VARCHAR" property="yhxsl" /> <result column="SPID" jdbcType="VARCHAR" property="spid" /> <result column="YWLXMC" jdbcType="VARCHAR" property="ywlxmc" /> <result column="BCHXSL" jdbcType="VARCHAR" property="bchxsl" /> <result column="YKPUUID" jdbcType="VARCHAR" property="ykpuuid" /> <result column="YJSJ" jdbcType="VARCHAR" property="yjsj" /> <result column="JGZT" jdbcType="VARCHAR" property="jgzt" /> <result column="EBS_SRBJ" jdbcType="CHAR" property="ebsSrbj" /> <result column="YCJE" jdbcType="VARCHAR" property="ycje" /> <result column="XSDDHLX" jdbcType="VARCHAR" property="xsddhlx" /> </resultMap> <sql id="Example_Where_Clause"> <!-- WARNING - @mbg.generated 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 - @mbg.generated 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 - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> UUID, SQUUID, MXXH, ID, XSDD, JHH, SJFYRQ, SWCLLXID, WLID, DESCRIPTION, KPMC, DW, SDSL, XSDJ, BZH, SRJE, SL, SE, HXSL, XSHTH, RZRQ, ZY, HJJE, GGXH, YHXSL, SPID, YWLXMC, BCHXSL, YKPUUID, YJSJ, JGZT, EBS_SRBJ, YCJE, XSDDHLX </sql> <select id="selectByExample" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxbExample" resultMap="BaseResultMap"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> select <if test="distinct"> distinct </if> <include refid="Base_Column_List" /> from OUTPUT_ORDER_KPSQMXB <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 - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> select <include refid="Base_Column_List" /> from OUTPUT_ORDER_KPSQMXB where UUID = #{uuid,jdbcType=VARCHAR} </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.String"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> delete from OUTPUT_ORDER_KPSQMXB where UUID = #{uuid,jdbcType=VARCHAR} </delete> <delete id="deleteByExample" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxbExample"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> delete from OUTPUT_ORDER_KPSQMXB <if test="_parameter != null"> <include refid="Example_Where_Clause" /> </if> </delete> <insert id="insert" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxb"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> insert into OUTPUT_ORDER_KPSQMXB (UUID, SQUUID, MXXH, ID, XSDD, JHH, SJFYRQ, SWCLLXID, WLID, DESCRIPTION, KPMC, DW, SDSL, XSDJ, BZH, SRJE, SL, SE, HXSL, XSHTH, RZRQ, ZY, HJJE, GGXH, YHXSL, SPID, YWLXMC, BCHXSL, YKPUUID, YJSJ, JGZT, EBS_SRBJ, YCJE, XSDDHLX ) values (#{uuid,jdbcType=VARCHAR}, #{squuid,jdbcType=VARCHAR}, #{mxxh,jdbcType=VARCHAR}, #{id,jdbcType=VARCHAR}, #{xsdd,jdbcType=VARCHAR}, #{jhh,jdbcType=VARCHAR}, #{sjfyrq,jdbcType=VARCHAR}, #{swcllxid,jdbcType=VARCHAR}, #{wlid,jdbcType=VARCHAR}, #{description,jdbcType=VARCHAR}, #{kpmc,jdbcType=VARCHAR}, #{dw,jdbcType=VARCHAR}, #{sdsl,jdbcType=VARCHAR}, #{xsdj,jdbcType=VARCHAR}, #{bzh,jdbcType=VARCHAR}, #{srje,jdbcType=VARCHAR}, #{sl,jdbcType=VARCHAR}, #{se,jdbcType=VARCHAR}, #{hxsl,jdbcType=VARCHAR}, #{xshth,jdbcType=VARCHAR}, #{rzrq,jdbcType=VARCHAR}, #{zy,jdbcType=VARCHAR}, #{hjje,jdbcType=VARCHAR}, #{ggxh,jdbcType=VARCHAR}, #{yhxsl,jdbcType=VARCHAR}, #{spid,jdbcType=VARCHAR}, #{ywlxmc,jdbcType=VARCHAR}, #{bchxsl,jdbcType=VARCHAR}, #{ykpuuid,jdbcType=VARCHAR}, #{yjsj,jdbcType=VARCHAR}, #{jgzt,jdbcType=VARCHAR}, #{ebsSrbj,jdbcType=CHAR}, #{ycje,jdbcType=VARCHAR}, #{xsddhlx,jdbcType=VARCHAR} ) </insert> <insert id="insertSelective" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxb"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> insert into OUTPUT_ORDER_KPSQMXB <trim prefix="(" suffix=")" suffixOverrides=","> <if test="uuid != null"> UUID, </if> <if test="squuid != null"> SQUUID, </if> <if test="mxxh != null"> MXXH, </if> <if test="id != null"> ID, </if> <if test="xsdd != null"> XSDD, </if> <if test="jhh != null"> JHH, </if> <if test="sjfyrq != null"> SJFYRQ, </if> <if test="swcllxid != null"> SWCLLXID, </if> <if test="wlid != null"> WLID, </if> <if test="description != null"> DESCRIPTION, </if> <if test="kpmc != null"> KPMC, </if> <if test="dw != null"> DW, </if> <if test="sdsl != null"> SDSL, </if> <if test="xsdj != null"> XSDJ, </if> <if test="bzh != null"> BZH, </if> <if test="srje != null"> SRJE, </if> <if test="sl != null"> SL, </if> <if test="se != null"> SE, </if> <if test="hxsl != null"> HXSL, </if> <if test="xshth != null"> XSHTH, </if> <if test="rzrq != null"> RZRQ, </if> <if test="zy != null"> ZY, </if> <if test="hjje != null"> HJJE, </if> <if test="ggxh != null"> GGXH, </if> <if test="yhxsl != null"> YHXSL, </if> <if test="spid != null"> SPID, </if> <if test="ywlxmc != null"> YWLXMC, </if> <if test="bchxsl != null"> BCHXSL, </if> <if test="ykpuuid != null"> YKPUUID, </if> <if test="yjsj != null"> YJSJ, </if> <if test="jgzt != null"> JGZT, </if> <if test="ebsSrbj != null"> EBS_SRBJ, </if> <if test="ycje != null"> YCJE, </if> <if test="xsddhlx != null"> XSDDHLX, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="uuid != null"> #{uuid,jdbcType=VARCHAR}, </if> <if test="squuid != null"> #{squuid,jdbcType=VARCHAR}, </if> <if test="mxxh != null"> #{mxxh,jdbcType=VARCHAR}, </if> <if test="id != null"> #{id,jdbcType=VARCHAR}, </if> <if test="xsdd != null"> #{xsdd,jdbcType=VARCHAR}, </if> <if test="jhh != null"> #{jhh,jdbcType=VARCHAR}, </if> <if test="sjfyrq != null"> #{sjfyrq,jdbcType=VARCHAR}, </if> <if test="swcllxid != null"> #{swcllxid,jdbcType=VARCHAR}, </if> <if test="wlid != null"> #{wlid,jdbcType=VARCHAR}, </if> <if test="description != null"> #{description,jdbcType=VARCHAR}, </if> <if test="kpmc != null"> #{kpmc,jdbcType=VARCHAR}, </if> <if test="dw != null"> #{dw,jdbcType=VARCHAR}, </if> <if test="sdsl != null"> #{sdsl,jdbcType=VARCHAR}, </if> <if test="xsdj != null"> #{xsdj,jdbcType=VARCHAR}, </if> <if test="bzh != null"> #{bzh,jdbcType=VARCHAR}, </if> <if test="srje != null"> #{srje,jdbcType=VARCHAR}, </if> <if test="sl != null"> #{sl,jdbcType=VARCHAR}, </if> <if test="se != null"> #{se,jdbcType=VARCHAR}, </if> <if test="hxsl != null"> #{hxsl,jdbcType=VARCHAR}, </if> <if test="xshth != null"> #{xshth,jdbcType=VARCHAR}, </if> <if test="rzrq != null"> #{rzrq,jdbcType=VARCHAR}, </if> <if test="zy != null"> #{zy,jdbcType=VARCHAR}, </if> <if test="hjje != null"> #{hjje,jdbcType=VARCHAR}, </if> <if test="ggxh != null"> #{ggxh,jdbcType=VARCHAR}, </if> <if test="yhxsl != null"> #{yhxsl,jdbcType=VARCHAR}, </if> <if test="spid != null"> #{spid,jdbcType=VARCHAR}, </if> <if test="ywlxmc != null"> #{ywlxmc,jdbcType=VARCHAR}, </if> <if test="bchxsl != null"> #{bchxsl,jdbcType=VARCHAR}, </if> <if test="ykpuuid != null"> #{ykpuuid,jdbcType=VARCHAR}, </if> <if test="yjsj != null"> #{yjsj,jdbcType=VARCHAR}, </if> <if test="jgzt != null"> #{jgzt,jdbcType=VARCHAR}, </if> <if test="ebsSrbj != null"> #{ebsSrbj,jdbcType=CHAR}, </if> <if test="ycje != null"> #{ycje,jdbcType=VARCHAR}, </if> <if test="xsddhlx != null"> #{xsddhlx,jdbcType=VARCHAR}, </if> </trim> </insert> <select id="countByExample" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxbExample" resultType="java.lang.Long"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> select count(*) from OUTPUT_ORDER_KPSQMXB <if test="_parameter != null"> <include refid="Example_Where_Clause" /> </if> </select> <update id="updateByExampleSelective" parameterType="map"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> update OUTPUT_ORDER_KPSQMXB <set> <if test="record.uuid != null"> UUID = #{record.uuid,jdbcType=VARCHAR}, </if> <if test="record.squuid != null"> SQUUID = #{record.squuid,jdbcType=VARCHAR}, </if> <if test="record.mxxh != null"> MXXH = #{record.mxxh,jdbcType=VARCHAR}, </if> <if test="record.id != null"> ID = #{record.id,jdbcType=VARCHAR}, </if> <if test="record.xsdd != null"> XSDD = #{record.xsdd,jdbcType=VARCHAR}, </if> <if test="record.jhh != null"> JHH = #{record.jhh,jdbcType=VARCHAR}, </if> <if test="record.sjfyrq != null"> SJFYRQ = #{record.sjfyrq,jdbcType=VARCHAR}, </if> <if test="record.swcllxid != null"> SWCLLXID = #{record.swcllxid,jdbcType=VARCHAR}, </if> <if test="record.wlid != null"> WLID = #{record.wlid,jdbcType=VARCHAR}, </if> <if test="record.description != null"> DESCRIPTION = #{record.description,jdbcType=VARCHAR}, </if> <if test="record.kpmc != null"> KPMC = #{record.kpmc,jdbcType=VARCHAR}, </if> <if test="record.dw != null"> DW = #{record.dw,jdbcType=VARCHAR}, </if> <if test="record.sdsl != null"> SDSL = #{record.sdsl,jdbcType=VARCHAR}, </if> <if test="record.xsdj != null"> XSDJ = #{record.xsdj,jdbcType=VARCHAR}, </if> <if test="record.bzh != null"> BZH = #{record.bzh,jdbcType=VARCHAR}, </if> <if test="record.srje != null"> SRJE = #{record.srje,jdbcType=VARCHAR}, </if> <if test="record.sl != null"> SL = #{record.sl,jdbcType=VARCHAR}, </if> <if test="record.se != null"> SE = #{record.se,jdbcType=VARCHAR}, </if> <if test="record.hxsl != null"> HXSL = #{record.hxsl,jdbcType=VARCHAR}, </if> <if test="record.xshth != null"> XSHTH = #{record.xshth,jdbcType=VARCHAR}, </if> <if test="record.rzrq != null"> RZRQ = #{record.rzrq,jdbcType=VARCHAR}, </if> <if test="record.zy != null"> ZY = #{record.zy,jdbcType=VARCHAR}, </if> <if test="record.hjje != null"> HJJE = #{record.hjje,jdbcType=VARCHAR}, </if> <if test="record.ggxh != null"> GGXH = #{record.ggxh,jdbcType=VARCHAR}, </if> <if test="record.yhxsl != null"> YHXSL = #{record.yhxsl,jdbcType=VARCHAR}, </if> <if test="record.spid != null"> SPID = #{record.spid,jdbcType=VARCHAR}, </if> <if test="record.ywlxmc != null"> YWLXMC = #{record.ywlxmc,jdbcType=VARCHAR}, </if> <if test="record.bchxsl != null"> BCHXSL = #{record.bchxsl,jdbcType=VARCHAR}, </if> <if test="record.ykpuuid != null"> YKPUUID = #{record.ykpuuid,jdbcType=VARCHAR}, </if> <if test="record.yjsj != null"> YJSJ = #{record.yjsj,jdbcType=VARCHAR}, </if> <if test="record.jgzt != null"> JGZT = #{record.jgzt,jdbcType=VARCHAR}, </if> <if test="record.ebsSrbj != null"> EBS_SRBJ = #{record.ebsSrbj,jdbcType=CHAR}, </if> <if test="record.ycje != null"> YCJE = #{record.ycje,jdbcType=VARCHAR}, </if> <if test="record.xsddhlx != null"> XSDDHLX = #{record.xsddhlx,jdbcType=VARCHAR}, </if> </set> <if test="_parameter != null"> <include refid="Update_By_Example_Where_Clause" /> </if> </update> <update id="updateByExample" parameterType="map"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> update OUTPUT_ORDER_KPSQMXB set UUID = #{record.uuid,jdbcType=VARCHAR}, SQUUID = #{record.squuid,jdbcType=VARCHAR}, MXXH = #{record.mxxh,jdbcType=VARCHAR}, ID = #{record.id,jdbcType=VARCHAR}, XSDD = #{record.xsdd,jdbcType=VARCHAR}, JHH = #{record.jhh,jdbcType=VARCHAR}, SJFYRQ = #{record.sjfyrq,jdbcType=VARCHAR}, SWCLLXID = #{record.swcllxid,jdbcType=VARCHAR}, WLID = #{record.wlid,jdbcType=VARCHAR}, DESCRIPTION = #{record.description,jdbcType=VARCHAR}, KPMC = #{record.kpmc,jdbcType=VARCHAR}, DW = #{record.dw,jdbcType=VARCHAR}, SDSL = #{record.sdsl,jdbcType=VARCHAR}, XSDJ = #{record.xsdj,jdbcType=VARCHAR}, BZH = #{record.bzh,jdbcType=VARCHAR}, SRJE = #{record.srje,jdbcType=VARCHAR}, SL = #{record.sl,jdbcType=VARCHAR}, SE = #{record.se,jdbcType=VARCHAR}, HXSL = #{record.hxsl,jdbcType=VARCHAR}, XSHTH = #{record.xshth,jdbcType=VARCHAR}, RZRQ = #{record.rzrq,jdbcType=VARCHAR}, ZY = #{record.zy,jdbcType=VARCHAR}, HJJE = #{record.hjje,jdbcType=VARCHAR}, GGXH = #{record.ggxh,jdbcType=VARCHAR}, YHXSL = #{record.yhxsl,jdbcType=VARCHAR}, SPID = #{record.spid,jdbcType=VARCHAR}, YWLXMC = #{record.ywlxmc,jdbcType=VARCHAR}, BCHXSL = #{record.bchxsl,jdbcType=VARCHAR}, YKPUUID = #{record.ykpuuid,jdbcType=VARCHAR}, YJSJ = #{record.yjsj,jdbcType=VARCHAR}, JGZT = #{record.jgzt,jdbcType=VARCHAR}, EBS_SRBJ = #{record.ebsSrbj,jdbcType=CHAR}, YCJE = #{record.ycje,jdbcType=VARCHAR}, XSDDHLX = #{record.xsddhlx,jdbcType=VARCHAR} <if test="_parameter != null"> <include refid="Update_By_Example_Where_Clause" /> </if> </update> <update id="updateByPrimaryKeySelective" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxb"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> update OUTPUT_ORDER_KPSQMXB <set> <if test="squuid != null"> SQUUID = #{squuid,jdbcType=VARCHAR}, </if> <if test="mxxh != null"> MXXH = #{mxxh,jdbcType=VARCHAR}, </if> <if test="id != null"> ID = #{id,jdbcType=VARCHAR}, </if> <if test="xsdd != null"> XSDD = #{xsdd,jdbcType=VARCHAR}, </if> <if test="jhh != null"> JHH = #{jhh,jdbcType=VARCHAR}, </if> <if test="sjfyrq != null"> SJFYRQ = #{sjfyrq,jdbcType=VARCHAR}, </if> <if test="swcllxid != null"> SWCLLXID = #{swcllxid,jdbcType=VARCHAR}, </if> <if test="wlid != null"> WLID = #{wlid,jdbcType=VARCHAR}, </if> <if test="description != null"> DESCRIPTION = #{description,jdbcType=VARCHAR}, </if> <if test="kpmc != null"> KPMC = #{kpmc,jdbcType=VARCHAR}, </if> <if test="dw != null"> DW = #{dw,jdbcType=VARCHAR}, </if> <if test="sdsl != null"> SDSL = #{sdsl,jdbcType=VARCHAR}, </if> <if test="xsdj != null"> XSDJ = #{xsdj,jdbcType=VARCHAR}, </if> <if test="bzh != null"> BZH = #{bzh,jdbcType=VARCHAR}, </if> <if test="srje != null"> SRJE = #{srje,jdbcType=VARCHAR}, </if> <if test="sl != null"> SL = #{sl,jdbcType=VARCHAR}, </if> <if test="se != null"> SE = #{se,jdbcType=VARCHAR}, </if> <if test="hxsl != null"> HXSL = #{hxsl,jdbcType=VARCHAR}, </if> <if test="xshth != null"> XSHTH = #{xshth,jdbcType=VARCHAR}, </if> <if test="rzrq != null"> RZRQ = #{rzrq,jdbcType=VARCHAR}, </if> <if test="zy != null"> ZY = #{zy,jdbcType=VARCHAR}, </if> <if test="hjje != null"> HJJE = #{hjje,jdbcType=VARCHAR}, </if> <if test="ggxh != null"> GGXH = #{ggxh,jdbcType=VARCHAR}, </if> <if test="yhxsl != null"> YHXSL = #{yhxsl,jdbcType=VARCHAR}, </if> <if test="spid != null"> SPID = #{spid,jdbcType=VARCHAR}, </if> <if test="ywlxmc != null"> YWLXMC = #{ywlxmc,jdbcType=VARCHAR}, </if> <if test="bchxsl != null"> BCHXSL = #{bchxsl,jdbcType=VARCHAR}, </if> <if test="ykpuuid != null"> YKPUUID = #{ykpuuid,jdbcType=VARCHAR}, </if> <if test="yjsj != null"> YJSJ = #{yjsj,jdbcType=VARCHAR}, </if> <if test="jgzt != null"> JGZT = #{jgzt,jdbcType=VARCHAR}, </if> <if test="ebsSrbj != null"> EBS_SRBJ = #{ebsSrbj,jdbcType=CHAR}, </if> <if test="ycje != null"> YCJE = #{ycje,jdbcType=VARCHAR}, </if> <if test="xsddhlx != null"> XSDDHLX = #{xsddhlx,jdbcType=VARCHAR}, </if> </set> where UUID = #{uuid,jdbcType=VARCHAR} </update> <update id="updateByPrimaryKey" parameterType="pwc.taxtech.atms.vat.entity.HlOutputOrderKpsqmxb"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. --> update OUTPUT_ORDER_KPSQMXB set SQUUID = #{squuid,jdbcType=VARCHAR}, MXXH = #{mxxh,jdbcType=VARCHAR}, ID = #{id,jdbcType=VARCHAR}, XSDD = #{xsdd,jdbcType=VARCHAR}, JHH = #{jhh,jdbcType=VARCHAR}, SJFYRQ = #{sjfyrq,jdbcType=VARCHAR}, SWCLLXID = #{swcllxid,jdbcType=VARCHAR}, WLID = #{wlid,jdbcType=VARCHAR}, DESCRIPTION = #{description,jdbcType=VARCHAR}, KPMC = #{kpmc,jdbcType=VARCHAR}, DW = #{dw,jdbcType=VARCHAR}, SDSL = #{sdsl,jdbcType=VARCHAR}, XSDJ = #{xsdj,jdbcType=VARCHAR}, BZH = #{bzh,jdbcType=VARCHAR}, SRJE = #{srje,jdbcType=VARCHAR}, SL = #{sl,jdbcType=VARCHAR}, SE = #{se,jdbcType=VARCHAR}, HXSL = #{hxsl,jdbcType=VARCHAR}, XSHTH = #{xshth,jdbcType=VARCHAR}, RZRQ = #{rzrq,jdbcType=VARCHAR}, ZY = #{zy,jdbcType=VARCHAR}, HJJE = #{hjje,jdbcType=VARCHAR}, GGXH = #{ggxh,jdbcType=VARCHAR}, YHXSL = #{yhxsl,jdbcType=VARCHAR}, SPID = #{spid,jdbcType=VARCHAR}, YWLXMC = #{ywlxmc,jdbcType=VARCHAR}, BCHXSL = #{bchxsl,jdbcType=VARCHAR}, YKPUUID = #{ykpuuid,jdbcType=VARCHAR}, YJSJ = #{yjsj,jdbcType=VARCHAR}, JGZT = #{jgzt,jdbcType=VARCHAR}, EBS_SRBJ = #{ebsSrbj,jdbcType=CHAR}, YCJE = #{ycje,jdbcType=VARCHAR}, XSDDHLX = #{xsddhlx,jdbcType=VARCHAR} where UUID = #{uuid,jdbcType=VARCHAR} </update> </mapper>