123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- <?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_csjlyxcs">
- <resultMap class="com.huimv.xt.dataobject.XtCsjlyxcs" id="ibatorgenerated_BaseResultMap">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- <result column="id" jdbcType="INTEGER" property="id" />
- <result column="jqid" jdbcType="VARCHAR" property="jqid" />
- <result column="kqys" jdbcType="VARCHAR" property="kqys" />
- <result column="xlsj" jdbcType="VARCHAR" property="xlsj" />
- <result column="mldd" jdbcType="VARCHAR" property="mldd" />
- <result column="flsj" jdbcType="VARCHAR" property="flsj" />
- <result column="kcdd" jdbcType="VARCHAR" property="kcdd" />
- <result column="cqzl" jdbcType="VARCHAR" property="cqzl" />
- <result column="czzl" jdbcType="VARCHAR" property="czzl" />
- <result column="xdz" jdbcType="VARCHAR" property="xdz" />
- <result column="ddz" jdbcType="VARCHAR" property="ddz" />
- <result column="dqxdz" jdbcType="VARCHAR" property="dqxdz" />
- <result column="dqddz" jdbcType="VARCHAR" property="dqddz" />
- <result column="xmcs" jdbcType="VARCHAR" property="xmcs" />
- <result column="dmcs" jdbcType="VARCHAR" property="dmcs" />
- <result column="slgcsj" jdbcType="VARCHAR" property="slgcsj" />
- <result column="jyfmzl" jdbcType="VARCHAR" property="jyfmzl" />
- <result column="wc" jdbcType="VARCHAR" property="wc" />
- <result column="xfbz" jdbcType="INTEGER" property="xfbz" />
- <result column="xgr" jdbcType="VARCHAR" property="xgr" />
- <result column="xgsj" jdbcType="TIMESTAMP" property="xgsj" />
- <result column="zfbz" jdbcType="INTEGER" property="zfbz" />
- </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 Wed Aug 02 16:54:31 CST 2017.
- -->
- <iterate conjunction="or" prepend="where" property="oredCriteria" removeFirstPrepend="iterate">
- <isEqual compareValue="true" property="oredCriteria[].valid">
- (
- <iterate conjunction="and" prepend="and" property="oredCriteria[].criteriaWithoutValue">
- $oredCriteria[].criteriaWithoutValue[]$
- </iterate>
- <iterate conjunction="and" prepend="and" property="oredCriteria[].criteriaWithSingleValue">
- $oredCriteria[].criteriaWithSingleValue[].condition$
- #oredCriteria[].criteriaWithSingleValue[].value#
- </iterate>
- <iterate conjunction="and" prepend="and" property="oredCriteria[].criteriaWithListValue">
- $oredCriteria[].criteriaWithListValue[].condition$
- <iterate close=")" conjunction="," open="(" property="oredCriteria[].criteriaWithListValue[].values">
- #oredCriteria[].criteriaWithListValue[].values[]#
- </iterate>
- </iterate>
- <iterate conjunction="and" prepend="and" property="oredCriteria[].criteriaWithBetweenValue">
- $oredCriteria[].criteriaWithBetweenValue[].condition$
- #oredCriteria[].criteriaWithBetweenValue[].values[0]# and
- #oredCriteria[].criteriaWithBetweenValue[].values[1]#
- </iterate>
- )
- </isEqual>
- </iterate>
- </sql>
- <select id="ibatorgenerated_selectByExample" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcsExample" resultMap="ibatorgenerated_BaseResultMap">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- select id, jqid, kqys, xlsj, mldd, flsj, kcdd, cqzl, czzl, xdz, ddz, dqxdz, dqddz, xmcs, dmcs,
- slgcsj, jyfmzl, wc, xfbz, xgr, xgsj, zfbz
- from xt_csjlyxcs
- <isParameterPresent>
- <include refid="xt_csjlyxcs.ibatorgenerated_Example_Where_Clause" />
- <isNotNull property="orderByClause">
- order by $orderByClause$
- </isNotNull>
- <isGreaterEqual compareValue="0" property="start">
- limit $start$ , $limit$
- </isGreaterEqual>
- </isParameterPresent>
- </select>
- <select id="ibatorgenerated_selectByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs" resultMap="ibatorgenerated_BaseResultMap">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- select id, jqid, kqys, xlsj, mldd, flsj, kcdd, cqzl, czzl, xdz, ddz, dqxdz, dqddz, xmcs, dmcs,
- slgcsj, jyfmzl, wc, xfbz, xgr, xgsj, zfbz
- from xt_csjlyxcs
- where id = #id:INTEGER#
- </select>
- <delete id="ibatorgenerated_deleteByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- delete from xt_csjlyxcs
- where id = #id:INTEGER#
- </delete>
- <delete id="ibatorgenerated_deleteByExample" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcsExample">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- delete from xt_csjlyxcs
- <include refid="xt_csjlyxcs.ibatorgenerated_Example_Where_Clause" />
- </delete>
- <insert id="ibatorgenerated_insert" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- insert into xt_csjlyxcs (id, jqid, kqys, xlsj, mldd, flsj, kcdd, cqzl, czzl, xdz, ddz, dqxdz,
- dqddz, xmcs, dmcs, slgcsj, jyfmzl, wc, xfbz, xgr, xgsj, zfbz)
- values (#id:INTEGER#, #jqid:VARCHAR#, #kqys:VARCHAR#, #xlsj:VARCHAR#, #mldd:VARCHAR#,
- #flsj:VARCHAR#, #kcdd:VARCHAR#, #cqzl:VARCHAR#, #czzl:VARCHAR#, #xdz:VARCHAR#, #ddz:VARCHAR#,
- #dqxdz:VARCHAR#, #dqddz:VARCHAR#, #xmcs:VARCHAR#, #dmcs:VARCHAR#, #slgcsj:VARCHAR#,
- #jyfmzl:VARCHAR#, #wc:VARCHAR#, #xfbz:INTEGER#, #xgr:VARCHAR#, #xgsj:TIMESTAMP#,
- #zfbz:INTEGER#)
- </insert>
- <insert id="ibatorgenerated_insertSelective" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- insert into xt_csjlyxcs
- <dynamic prepend="(">
- <isNotNull prepend="," property="id">
- id
- </isNotNull>
- <isNotNull prepend="," property="jqid">
- jqid
- </isNotNull>
- <isNotNull prepend="," property="kqys">
- kqys
- </isNotNull>
- <isNotNull prepend="," property="xlsj">
- xlsj
- </isNotNull>
- <isNotNull prepend="," property="mldd">
- mldd
- </isNotNull>
- <isNotNull prepend="," property="flsj">
- flsj
- </isNotNull>
- <isNotNull prepend="," property="kcdd">
- kcdd
- </isNotNull>
- <isNotNull prepend="," property="cqzl">
- cqzl
- </isNotNull>
- <isNotNull prepend="," property="czzl">
- czzl
- </isNotNull>
- <isNotNull prepend="," property="xdz">
- xdz
- </isNotNull>
- <isNotNull prepend="," property="ddz">
- ddz
- </isNotNull>
- <isNotNull prepend="," property="dqxdz">
- dqxdz
- </isNotNull>
- <isNotNull prepend="," property="dqddz">
- dqddz
- </isNotNull>
- <isNotNull prepend="," property="xmcs">
- xmcs
- </isNotNull>
- <isNotNull prepend="," property="dmcs">
- dmcs
- </isNotNull>
- <isNotNull prepend="," property="slgcsj">
- slgcsj
- </isNotNull>
- <isNotNull prepend="," property="jyfmzl">
- jyfmzl
- </isNotNull>
- <isNotNull prepend="," property="wc">
- wc
- </isNotNull>
- <isNotNull prepend="," property="xfbz">
- xfbz
- </isNotNull>
- <isNotNull prepend="," property="xgr">
- xgr
- </isNotNull>
- <isNotNull prepend="," property="xgsj">
- xgsj
- </isNotNull>
- <isNotNull prepend="," property="zfbz">
- zfbz
- </isNotNull>
- )
- </dynamic>
- values
- <dynamic prepend="(">
- <isNotNull prepend="," property="id">
- #id:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="jqid">
- #jqid:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="kqys">
- #kqys:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xlsj">
- #xlsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="mldd">
- #mldd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="flsj">
- #flsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="kcdd">
- #kcdd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="cqzl">
- #cqzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="czzl">
- #czzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xdz">
- #xdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="ddz">
- #ddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dqxdz">
- #dqxdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dqddz">
- #dqddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xmcs">
- #xmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dmcs">
- #dmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="slgcsj">
- #slgcsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="jyfmzl">
- #jyfmzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="wc">
- #wc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xfbz">
- #xfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="xgr">
- #xgr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgsj">
- #xgsj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="zfbz">
- #zfbz:INTEGER#
- </isNotNull>
- )
- </dynamic>
- </insert>
- <select id="ibatorgenerated_countByExample" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcsExample" resultClass="java.lang.Integer">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- select count(*) from xt_csjlyxcs
- <include refid="xt_csjlyxcs.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 Wed Aug 02 16:54:31 CST 2017.
- -->
- update xt_csjlyxcs
- <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.kqys">
- kqys = #record.kqys:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xlsj">
- xlsj = #record.xlsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.mldd">
- mldd = #record.mldd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.flsj">
- flsj = #record.flsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.kcdd">
- kcdd = #record.kcdd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.cqzl">
- cqzl = #record.cqzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.czzl">
- czzl = #record.czzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xdz">
- xdz = #record.xdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.ddz">
- ddz = #record.ddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.dqxdz">
- dqxdz = #record.dqxdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.dqddz">
- dqddz = #record.dqddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xmcs">
- xmcs = #record.xmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.dmcs">
- dmcs = #record.dmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.slgcsj">
- slgcsj = #record.slgcsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.jyfmzl">
- jyfmzl = #record.jyfmzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.wc">
- wc = #record.wc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xfbz">
- xfbz = #record.xfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.xgr">
- xgr = #record.xgr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xgsj">
- xgsj = #record.xgsj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="record.zfbz">
- zfbz = #record.zfbz:INTEGER#
- </isNotNull>
- </dynamic>
- <isParameterPresent>
- <include refid="xt_csjlyxcs.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 Wed Aug 02 16:54:31 CST 2017.
- -->
- update xt_csjlyxcs
- set id = #record.id:INTEGER#,
- jqid = #record.jqid:VARCHAR#,
- kqys = #record.kqys:VARCHAR#,
- xlsj = #record.xlsj:VARCHAR#,
- mldd = #record.mldd:VARCHAR#,
- flsj = #record.flsj:VARCHAR#,
- kcdd = #record.kcdd:VARCHAR#,
- cqzl = #record.cqzl:VARCHAR#,
- czzl = #record.czzl:VARCHAR#,
- xdz = #record.xdz:VARCHAR#,
- ddz = #record.ddz:VARCHAR#,
- dqxdz = #record.dqxdz:VARCHAR#,
- dqddz = #record.dqddz:VARCHAR#,
- xmcs = #record.xmcs:VARCHAR#,
- dmcs = #record.dmcs:VARCHAR#,
- slgcsj = #record.slgcsj:VARCHAR#,
- jyfmzl = #record.jyfmzl:VARCHAR#,
- wc = #record.wc:VARCHAR#,
- xfbz = #record.xfbz:INTEGER#,
- xgr = #record.xgr:VARCHAR#,
- xgsj = #record.xgsj:TIMESTAMP#,
- zfbz = #record.zfbz:INTEGER#
- <isParameterPresent>
- <include refid="xt_csjlyxcs.ibatorgenerated_Example_Where_Clause" />
- </isParameterPresent>
- </update>
- <update id="ibatorgenerated_updateByPrimaryKeySelective" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- update xt_csjlyxcs
- <dynamic prepend="set">
- <isNotNull prepend="," property="jqid">
- jqid = #jqid:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="kqys">
- kqys = #kqys:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xlsj">
- xlsj = #xlsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="mldd">
- mldd = #mldd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="flsj">
- flsj = #flsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="kcdd">
- kcdd = #kcdd:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="cqzl">
- cqzl = #cqzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="czzl">
- czzl = #czzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xdz">
- xdz = #xdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="ddz">
- ddz = #ddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dqxdz">
- dqxdz = #dqxdz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dqddz">
- dqddz = #dqddz:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xmcs">
- xmcs = #xmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="dmcs">
- dmcs = #dmcs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="slgcsj">
- slgcsj = #slgcsj:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="jyfmzl">
- jyfmzl = #jyfmzl:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="wc">
- wc = #wc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xfbz">
- xfbz = #xfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="xgr">
- xgr = #xgr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgsj">
- xgsj = #xgsj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="zfbz">
- zfbz = #zfbz:INTEGER#
- </isNotNull>
- </dynamic>
- where id = #id:INTEGER#
- </update>
- <update id="ibatorgenerated_updateByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Wed Aug 02 16:54:31 CST 2017.
- -->
- update xt_csjlyxcs
- set jqid = #jqid:VARCHAR#,
- kqys = #kqys:VARCHAR#,
- xlsj = #xlsj:VARCHAR#,
- mldd = #mldd:VARCHAR#,
- flsj = #flsj:VARCHAR#,
- kcdd = #kcdd:VARCHAR#,
- cqzl = #cqzl:VARCHAR#,
- czzl = #czzl:VARCHAR#,
- xdz = #xdz:VARCHAR#,
- ddz = #ddz:VARCHAR#,
- dqxdz = #dqxdz:VARCHAR#,
- dqddz = #dqddz:VARCHAR#,
- xmcs = #xmcs:VARCHAR#,
- dmcs = #dmcs:VARCHAR#,
- slgcsj = #slgcsj:VARCHAR#,
- jyfmzl = #jyfmzl:VARCHAR#,
- wc = #wc:VARCHAR#,
- xfbz = #xfbz:INTEGER#,
- xgr = #xgr:VARCHAR#,
- xgsj = #xgsj:TIMESTAMP#,
- zfbz = #zfbz:INTEGER#
- where id = #id:INTEGER#
- </update>
-
- <select id="select.count.csjlyxcs.by.param" parameterClass="java.util.HashMap" resultClass="java.lang.Integer">
- select count(1) from xt_csjlyxcs cs,(select mc.mcmc,zs.zsmc,jq.jqid,zs.id zsid from da_zsda zs,da_mcda mc,da_jqda jq where jq.zsid = zs.id and zs.mcid = mc.id and jq.zfbz = 0 and mc.zfbz = 0 and zs.zfbz = 0) t
- where t.jqid = cs.jqid and cs.zfbz = 0
- <isNotNull prepend="and" property="jqid">
- cs.jqid = #jqid#
- </isNotNull>
- <isNotNull prepend="and" property="zsid">
- t.zsid = #zsid#
- </isNotNull>
- </select>
-
- <select id="select.csjlyxcs.by.param" parameterClass="java.util.HashMap" resultClass="com.huimv.xt.dataobject.XtCsjlyxcs">
- select cs.*,t.mcmc,t.zsmc from xt_csjlyxcs cs,(select mc.mcmc,zs.zsmc,jq.jqid,zs.id zsid from da_zsda zs,da_mcda mc,da_jqda jq where jq.zsid = zs.id and zs.mcid = mc.id and jq.zfbz = 0 and mc.zfbz = 0 and zs.zfbz = 0) t
- where t.jqid = cs.jqid and cs.zfbz = 0
- <isNotNull prepend="and" property="jqid">
- cs.jqid = #jqid#
- </isNotNull>
- <isNotNull prepend="and" property="zsid">
- t.zsid = #zsid#
- </isNotNull>
- <isNotNull prepend="and" property="id">
- cs.id = #id#
- </isNotNull>
- <dynamic prepend="order by">
- <isNotEmpty property="order">$order$</isNotEmpty>
- </dynamic>
- <dynamic prepend="limit">
- <isNotEmpty property="limit">$limit$</isNotEmpty>
- </dynamic>
- </select>
- </sqlMap>
|