123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- <?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_czyh" >
- <resultMap id="ibatorgenerated_BaseResultMap" class="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- <result column="ID" property="id" jdbcType="INTEGER" />
- <result column="QYID" property="qyid" jdbcType="INTEGER" />
- <result column="QYMC" property="qymc" jdbcType="VARCHAR" />
- <result column="MCID" property="mcid" jdbcType="INTEGER" />
- <result column="MCMC" property="mcmc" jdbcType="VARCHAR" />
- <result column="GH" property="gh" jdbcType="VARCHAR" />
- <result column="YHM" property="yhm" jdbcType="VARCHAR" />
- <result column="YHXM" property="yhxm" jdbcType="VARCHAR" />
- <result column="YHNC" property="yhnc" jdbcType="VARCHAR" />
- <result column="ZW" property="zw" jdbcType="VARCHAR" />
- <result column="YHMM" property="yhmm" jdbcType="VARCHAR" />
- <result column="LXDH" property="lxdh" jdbcType="VARCHAR" />
- <result column="EMAIL" property="email" jdbcType="VARCHAR" />
- <result column="SRFS" property="srfs" jdbcType="VARCHAR" />
- <result column="PYM" property="pym" jdbcType="VARCHAR" />
- <result column="WBM" property="wbm" jdbcType="VARCHAR" />
- <result column="XGR" property="xgr" jdbcType="VARCHAR" />
- <result column="XGSJ" property="xgsj" jdbcType="TIMESTAMP" />
- <result column="LRR" property="lrr" jdbcType="VARCHAR" />
- <result column="ZFBZ" property="zfbz" jdbcType="INTEGER" />
- <result column="QHBM" property="qhbm" jdbcType="VARCHAR" />
- <result column="QHMC" property="qhmc" jdbcType="VARCHAR" />
- <result column="XXW" property="xxw" 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 May 22 09:59:54 CST 2014.
- -->
- <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.XtCzyhExample" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- select ID, QYID, QYMC, MCID, MCMC, GH, YHM, YHXM, YHNC, ZW, YHMM, LXDH, EMAIL, SRFS, PYM, WBM,
- XGR, XGSJ, LRR, ZFBZ, QHBM, QHMC, XXW
- from xt_czyh
- <isParameterPresent >
- <include refid="xt_czyh.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.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- select ID, QYID, QYMC, MCID, MCMC, GH, YHM, YHXM, YHNC, ZW, YHMM, LXDH, EMAIL, SRFS, PYM, WBM,
- XGR, XGSJ, LRR, ZFBZ, QHBM, QHMC, XXW
- from xt_czyh
- where ID = #id:INTEGER#
- </select>
- <delete id="ibatorgenerated_deleteByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- delete from xt_czyh
- where ID = #id:INTEGER#
- </delete>
- <delete id="ibatorgenerated_deleteByExample" parameterClass="com.huimv.xt.dataobject.XtCzyhExample" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- delete from xt_czyh
- <include refid="xt_czyh.ibatorgenerated_Example_Where_Clause" />
- </delete>
- <insert id="ibatorgenerated_insert" parameterClass="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- insert into xt_czyh (ID, QYID, QYMC, MCID, MCMC, GH, YHM, YHXM, YHNC, ZW, YHMM, LXDH, EMAIL,
- SRFS, PYM, WBM, XGR, XGSJ, LRR, ZFBZ, QHBM, QHMC, XXW)
- values (#id:INTEGER#, #qyid:INTEGER#, #qymc:VARCHAR#, #mcid:INTEGER#, #mcmc:VARCHAR#,
- #gh:VARCHAR#, #yhm:VARCHAR#, #yhxm:VARCHAR#, #yhnc:VARCHAR#, #zw:VARCHAR#, #yhmm:VARCHAR#,
- #lxdh:VARCHAR#, #email:VARCHAR#, #srfs:VARCHAR#, #pym:VARCHAR#, #wbm:VARCHAR#, #xgr:VARCHAR#,
- #xgsj:TIMESTAMP#, #lrr:VARCHAR#, #zfbz:INTEGER#, #qhbm:VARCHAR#, #qhmc:VARCHAR#,
- #xxw:VARCHAR#)
- </insert>
- <insert id="ibatorgenerated_insertSelective" parameterClass="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- insert into xt_czyh
- <dynamic prepend="(" >
- <isNotNull prepend="," property="id" >
- ID
- </isNotNull>
- <isNotNull prepend="," property="qyid" >
- QYID
- </isNotNull>
- <isNotNull prepend="," property="qymc" >
- QYMC
- </isNotNull>
- <isNotNull prepend="," property="mcid" >
- MCID
- </isNotNull>
- <isNotNull prepend="," property="mcmc" >
- MCMC
- </isNotNull>
- <isNotNull prepend="," property="gh" >
- GH
- </isNotNull>
- <isNotNull prepend="," property="yhm" >
- YHM
- </isNotNull>
- <isNotNull prepend="," property="yhxm" >
- YHXM
- </isNotNull>
- <isNotNull prepend="," property="yhnc" >
- YHNC
- </isNotNull>
- <isNotNull prepend="," property="zw" >
- ZW
- </isNotNull>
- <isNotNull prepend="," property="yhmm" >
- YHMM
- </isNotNull>
- <isNotNull prepend="," property="lxdh" >
- LXDH
- </isNotNull>
- <isNotNull prepend="," property="email" >
- EMAIL
- </isNotNull>
- <isNotNull prepend="," property="srfs" >
- SRFS
- </isNotNull>
- <isNotNull prepend="," property="pym" >
- PYM
- </isNotNull>
- <isNotNull prepend="," property="wbm" >
- WBM
- </isNotNull>
- <isNotNull prepend="," property="xgr" >
- XGR
- </isNotNull>
- <isNotNull prepend="," property="xgsj" >
- XGSJ
- </isNotNull>
- <isNotNull prepend="," property="lrr" >
- LRR
- </isNotNull>
- <isNotNull prepend="," property="zfbz" >
- ZFBZ
- </isNotNull>
- <isNotNull prepend="," property="qhbm" >
- QHBM
- </isNotNull>
- <isNotNull prepend="," property="qhmc" >
- QHMC
- </isNotNull>
- <isNotNull prepend="," property="xxw" >
- XXW
- </isNotNull>
- )
- </dynamic>
- values
- <dynamic prepend="(" >
- <isNotNull prepend="," property="id" >
- #id:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="qyid" >
- #qyid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="qymc" >
- #qymc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="mcid" >
- #mcid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="mcmc" >
- #mcmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="gh" >
- #gh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhm" >
- #yhm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhxm" >
- #yhxm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhnc" >
- #yhnc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="zw" >
- #zw:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhmm" >
- #yhmm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="lxdh" >
- #lxdh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="email" >
- #email:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="srfs" >
- #srfs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="pym" >
- #pym:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="wbm" >
- #wbm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgr" >
- #xgr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgsj" >
- #xgsj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="lrr" >
- #lrr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="zfbz" >
- #zfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="qhbm" >
- #qhbm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="qhmc" >
- #qhmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xxw" >
- #xxw:VARCHAR#
- </isNotNull>
- )
- </dynamic>
- </insert>
- <select id="ibatorgenerated_countByExample" parameterClass="com.huimv.xt.dataobject.XtCzyhExample" resultClass="java.lang.Integer" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- select count(*) from xt_czyh
- <include refid="xt_czyh.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 May 22 09:59:54 CST 2014.
- -->
- update xt_czyh
- <dynamic prepend="set" >
- <isNotNull prepend="," property="record.id" >
- ID = #record.id:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.qyid" >
- QYID = #record.qyid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.qymc" >
- QYMC = #record.qymc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.mcid" >
- MCID = #record.mcid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.mcmc" >
- MCMC = #record.mcmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.gh" >
- GH = #record.gh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.yhm" >
- YHM = #record.yhm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.yhxm" >
- YHXM = #record.yhxm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.yhnc" >
- YHNC = #record.yhnc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.zw" >
- ZW = #record.zw:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.yhmm" >
- YHMM = #record.yhmm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.lxdh" >
- LXDH = #record.lxdh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.email" >
- EMAIL = #record.email:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.srfs" >
- SRFS = #record.srfs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.pym" >
- PYM = #record.pym:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.wbm" >
- WBM = #record.wbm:VARCHAR#
- </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.lrr" >
- LRR = #record.lrr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.zfbz" >
- ZFBZ = #record.zfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="record.qhbm" >
- QHBM = #record.qhbm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.qhmc" >
- QHMC = #record.qhmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="record.xxw" >
- XXW = #record.xxw:VARCHAR#
- </isNotNull>
- </dynamic>
- <isParameterPresent >
- <include refid="xt_czyh.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 May 22 09:59:54 CST 2014.
- -->
- update xt_czyh
- set ID = #record.id:INTEGER#,
- QYID = #record.qyid:INTEGER#,
- QYMC = #record.qymc:VARCHAR#,
- MCID = #record.mcid:INTEGER#,
- MCMC = #record.mcmc:VARCHAR#,
- GH = #record.gh:VARCHAR#,
- YHM = #record.yhm:VARCHAR#,
- YHXM = #record.yhxm:VARCHAR#,
- YHNC = #record.yhnc:VARCHAR#,
- ZW = #record.zw:VARCHAR#,
- YHMM = #record.yhmm:VARCHAR#,
- LXDH = #record.lxdh:VARCHAR#,
- EMAIL = #record.email:VARCHAR#,
- SRFS = #record.srfs:VARCHAR#,
- PYM = #record.pym:VARCHAR#,
- WBM = #record.wbm:VARCHAR#,
- XGR = #record.xgr:VARCHAR#,
- XGSJ = #record.xgsj:TIMESTAMP#,
- LRR = #record.lrr:VARCHAR#,
- ZFBZ = #record.zfbz:INTEGER#,
- QHBM = #record.qhbm:VARCHAR#,
- QHMC = #record.qhmc:VARCHAR#,
- XXW = #record.xxw:VARCHAR#
- <isParameterPresent >
- <include refid="xt_czyh.ibatorgenerated_Example_Where_Clause" />
- </isParameterPresent>
- </update>
- <update id="ibatorgenerated_updateByPrimaryKeySelective" parameterClass="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- update xt_czyh
- <dynamic prepend="set" >
- <isNotNull prepend="," property="qyid" >
- QYID = #qyid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="qymc" >
- QYMC = #qymc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="mcid" >
- MCID = #mcid:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="mcmc" >
- MCMC = #mcmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="gh" >
- GH = #gh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhm" >
- YHM = #yhm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhxm" >
- YHXM = #yhxm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhnc" >
- YHNC = #yhnc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="zw" >
- ZW = #zw:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="yhmm" >
- YHMM = #yhmm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="lxdh" >
- LXDH = #lxdh:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="email" >
- EMAIL = #email:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="srfs" >
- SRFS = #srfs:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="pym" >
- PYM = #pym:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="wbm" >
- WBM = #wbm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgr" >
- XGR = #xgr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xgsj" >
- XGSJ = #xgsj:TIMESTAMP#
- </isNotNull>
- <isNotNull prepend="," property="lrr" >
- LRR = #lrr:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="zfbz" >
- ZFBZ = #zfbz:INTEGER#
- </isNotNull>
- <isNotNull prepend="," property="qhbm" >
- QHBM = #qhbm:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="qhmc" >
- QHMC = #qhmc:VARCHAR#
- </isNotNull>
- <isNotNull prepend="," property="xxw" >
- XXW = #xxw:VARCHAR#
- </isNotNull>
- </dynamic>
- where ID = #id:INTEGER#
- </update>
- <update id="ibatorgenerated_updateByPrimaryKey" parameterClass="com.huimv.xt.dataobject.XtCzyh" >
- <!--
- WARNING - This element is automatically generated by Apache iBATIS ibator, do not modify.
- This element was generated on Thu May 22 09:59:54 CST 2014.
- -->
- update xt_czyh
- set QYID = #qyid:INTEGER#,
- QYMC = #qymc:VARCHAR#,
- MCID = #mcid:INTEGER#,
- MCMC = #mcmc:VARCHAR#,
- GH = #gh:VARCHAR#,
- YHM = #yhm:VARCHAR#,
- YHXM = #yhxm:VARCHAR#,
- YHNC = #yhnc:VARCHAR#,
- ZW = #zw:VARCHAR#,
- YHMM = #yhmm:VARCHAR#,
- LXDH = #lxdh:VARCHAR#,
- EMAIL = #email:VARCHAR#,
- SRFS = #srfs:VARCHAR#,
- PYM = #pym:VARCHAR#,
- WBM = #wbm:VARCHAR#,
- XGR = #xgr:VARCHAR#,
- XGSJ = #xgsj:TIMESTAMP#,
- LRR = #lrr:VARCHAR#,
- ZFBZ = #zfbz:INTEGER#,
- QHBM = #qhbm:VARCHAR#,
- QHMC = #qhmc:VARCHAR#,
- XXW = #xxw:VARCHAR#
- where ID = #id:INTEGER#
- </update>
-
- <!-- 获取数据库当前时间 -->
- <select id="get.database.date" resultClass="java.util.Date">
- select now() from dual
- </select>
-
- <!-- 操作用户输入器 -->
- <select id="srq.select.czyh.by.param" parameterClass="java.util.Map" resultClass="com.huimv.xt.dataobject.XtCzyh">
- select * from xt_czyh
- where zfbz = 0
- <isNotEmpty prepend="and" property="searchValue">
- ($srfsName$ like concat(#searchValue#, '%') or yhxm like concat('%', #searchValue#, '%'))
- </isNotEmpty>
- <isNotEqual prepend="and" property="qyid" compareValue="0">
- qyid = #qyid#
- </isNotEqual>
- <isNotEqual prepend="and" property="mcid" compareValue="0">
- mcid = #mcid#
- </isNotEqual>
- order by yhxm asc
- </select>
-
- <!-- 用户按性别统计 -->
- <select id="tjt.czyh.by.xb" resultClass="com.huimv.busi.tjt.dto.TjtDTO">
- select (select dmmc from xt_gydm where dmid = t.xb and lbid = '1') tjzl, count(*) tjjg
- from xt_czyh t
- where zfbz = 0 group by xb
- </select>
-
- <!-- 更新操作用户消息位 -->
- <update id="update.czyh.xxw.by.id" parameterClass="com.huimv.xt.dataobject.XtCzyh">
- update xt_czyh set XXW = #xxw:VARCHAR# where ID = #id:INTEGER#
- </update>
- </sqlMap>
|