123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE sqlMap PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-2.dtd" >
- <sqlMap namespace="xt_flzbj_gzxx" >
- <resultMap id="ibatorgenerated_BaseResultMap" class="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- <result column="ID" property="id" jdbcType="INTEGER" />
- <result column="JQID" property="jqid" jdbcType="VARCHAR" />
- <result column="GZLX" property="gzlx" jdbcType="VARCHAR" />
- <result column="FSSJ" property="fssj" jdbcType="TIMESTAMP" />
- <result column="JSSJ" property="jssj" jdbcType="TIMESTAMP" />
- <result column="SBLX" property="sblx" jdbcType="VARCHAR" />
- <result column="SBXH" property="sbxh" jdbcType="VARCHAR" />
- <result column="UUID" property="uuid" jdbcType="VARCHAR" />
- </resultMap>
- <sql id="ibatorgenerated_Example_Where_Clause" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- <iterate property="oredCriteria" conjunction="or" prepend="where" removeFirstPrepend="iterate" >
- <isEqual property="oredCriteria[].valid" compareValue="true" >
- (
- <iterate prepend="and" property="oredCriteria[].criteriaWithoutValue" conjunction="and" >
- $oredCriteria[].criteriaWithoutValue[]$
- </iterate>
- <iterate prepend="and" property="oredCriteria[].criteriaWithSingleValue" conjunction="and" >
- $oredCriteria[].criteriaWithSingleValue[].condition$
- #oredCriteria[].criteriaWithSingleValue[].value#
- </iterate>
- <iterate prepend="and" property="oredCriteria[].criteriaWithListValue" conjunction="and" >
- $oredCriteria[].criteriaWithListValue[].condition$
- <iterate property="oredCriteria[].criteriaWithListValue[].values" open="(" close=")" conjunction="," >
- #oredCriteria[].criteriaWithListValue[].values[]#
- </iterate>
- </iterate>
- <iterate prepend="and" property="oredCriteria[].criteriaWithBetweenValue" conjunction="and" >
- $oredCriteria[].criteriaWithBetweenValue[].condition$
- #oredCriteria[].criteriaWithBetweenValue[].values[0]# and
- #oredCriteria[].criteriaWithBetweenValue[].values[1]#
- </iterate>
- )
- </isEqual>
- </iterate>
- </sql>
- <select id="ibatorgenerated_selectByExample" resultMap="ibatorgenerated_BaseResultMap" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxxExample" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- select ID, JQID, GZLX, FSSJ, JSSJ, SBLX, SBXH, UUID
- from xt_flzbj_gzxx
- <isParameterPresent >
- <include refid="xt_flzbj_gzxx.ibatorgenerated_Example_Where_Clause" />
- <isNotNull property="orderByClause" >
- order by $orderByClause$
- </isNotNull>
- <isGreaterEqual property="start" compareValue="0" >
- limit $start$ , $limit$
- </isGreaterEqual>
- </isParameterPresent>
- </select>
- <select id="ibatorgenerated_selectByPrimaryKey" resultMap="ibatorgenerated_BaseResultMap" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- select ID, JQID, GZLX, FSSJ, JSSJ, SBLX, SBXH, UUID
- from xt_flzbj_gzxx
- where ID = #id:INTEGER#
- </select>
- <delete id="ibatorgenerated_deleteByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- delete from xt_flzbj_gzxx
- where ID = #id:INTEGER#
- </delete>
- <delete id="ibatorgenerated_deleteByExample" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxxExample" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- delete from xt_flzbj_gzxx
- <include refid="xt_flzbj_gzxx.ibatorgenerated_Example_Where_Clause" />
- </delete>
- <insert id="ibatorgenerated_insert" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- insert into xt_flzbj_gzxx (ID, JQID, GZLX, FSSJ, JSSJ, SBLX, SBXH, UUID)
- values (#id:INTEGER#, #jqid:VARCHAR#, #gzlx:VARCHAR#, #fssj:TIMESTAMP#, #jssj:TIMESTAMP#,
- #sblx:VARCHAR#, #sbxh:VARCHAR#, #uuid:VARCHAR#)
- </insert>
- <insert id="ibatorgenerated_insertSelective" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- insert into xt_flzbj_gzxx
- <dynamic prepend="(" >
- <isNotNull prepend="," property="id" >
- ID
- </isNotNull>
- <isNotNull prepend="," property="jqid" >
- JQID
- </isNotNull>
- <isNotNull prepend="," property="gzlx" >
- GZLX
- </isNotNull>
- <isNotNull prepend="," property="fssj" >
- FSSJ
- </isNotNull>
- <isNotNull prepend="," property="jssj" >
- JSSJ
- </isNotNull>
- <isNotNull prepend="," property="sblx" >
- SBLX
- </isNotNull>
- <isNotNull prepend="," property="sbxh" >
- SBXH
- </isNotNull>
- <isNotNull prepend="," property="uuid" >
- UUID
- </isNotNull>
- )
- </dynamic>
- values
- <dynamic prepend="(" >
- <isNotNull prepend="," property="id" >
- #id:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="jqid" >
- #jqid:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="gzlx" >
- #gzlx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="fssj" >
- #fssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="jssj" >
- #jssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="sblx" >
- #sblx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="sbxh" >
- #sbxh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="uuid" >
- #uuid:VARCHAR#
- </isNotNull>
- )
- </dynamic>
- </insert>
- <select id="ibatorgenerated_countByExample" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxxExample" resultClass="java.lang.Integer" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- select count(*) from xt_flzbj_gzxx
- <include refid="xt_flzbj_gzxx.ibatorgenerated_Example_Where_Clause" />
- </select>
- <update id="ibatorgenerated_updateByExampleSelective" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- update xt_flzbj_gzxx
- <dynamic prepend="set" >
- <isNotNull prepend="," property="record.id" >
- ID = #record.id:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.jqid" >
- JQID = #record.jqid:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.gzlx" >
- GZLX = #record.gzlx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.fssj" >
- FSSJ = #record.fssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="record.jssj" >
- JSSJ = #record.jssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="record.sblx" >
- SBLX = #record.sblx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.sbxh" >
- SBXH = #record.sbxh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.uuid" >
- UUID = #record.uuid:VARCHAR#
- </isNotNull>
- </dynamic>
- <isParameterPresent >
- <include refid="xt_flzbj_gzxx.ibatorgenerated_Example_Where_Clause" />
- </isParameterPresent>
- </update>
- <update id="ibatorgenerated_updateByExample" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- update xt_flzbj_gzxx
- set ID = #record.id:INTEGER#,
- JQID = #record.jqid:VARCHAR#,
- GZLX = #record.gzlx:VARCHAR#,
- FSSJ = #record.fssj:TIMESTAMP#,
- JSSJ = #record.jssj:TIMESTAMP#,
- SBLX = #record.sblx:VARCHAR#,
- SBXH = #record.sbxh:VARCHAR#,
- UUID = #record.uuid:VARCHAR#
- <isParameterPresent >
- <include refid="xt_flzbj_gzxx.ibatorgenerated_Example_Where_Clause" />
- </isParameterPresent>
- </update>
- <update id="ibatorgenerated_updateByPrimaryKeySelective" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- update xt_flzbj_gzxx
- <dynamic prepend="set" >
- <isNotNull prepend="," property="jqid" >
- JQID = #jqid:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="gzlx" >
- GZLX = #gzlx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="fssj" >
- FSSJ = #fssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="jssj" >
- JSSJ = #jssj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="sblx" >
- SBLX = #sblx:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="sbxh" >
- SBXH = #sbxh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="uuid" >
- UUID = #uuid:VARCHAR#
- </isNotNull>
- </dynamic>
- where ID = #id:INTEGER#
- </update>
- <update id="ibatorgenerated_updateByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtFlzbjgzxx" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu Sep 08 15:24:34 CST 2016.
- -->
- update xt_flzbj_gzxx
- set JQID = #jqid:VARCHAR#,
- GZLX = #gzlx:VARCHAR#,
- FSSJ = #fssj:TIMESTAMP#,
- JSSJ = #jssj:TIMESTAMP#,
- SBLX = #sblx:VARCHAR#,
- SBXH = #sbxh:VARCHAR#,
- UUID = #uuid:VARCHAR#
- where ID = #id:INTEGER#
- </update>
- </sqlMap>
|