|
@@ -16,14 +16,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="xytze" column="xytze" />
|
|
|
<result property="swzj" column="swzj" />
|
|
|
<result property="gdzctze" column="gdzctze" />
|
|
|
- <result property="qygjrsjh" column="qygjrsjh" />
|
|
|
+ <result property="xmgjrxm" column="xmgjrxm" />
|
|
|
+ <result property="xmgjrzw" column="xmgjrzw" />
|
|
|
+ <result property="xmgjrsjh" column="xmgjrsjh" />
|
|
|
<result property="xmszd" column="xmszd" />
|
|
|
<result property="sshy" column="sshy" />
|
|
|
<result property="tzfs" column="tzfs" />
|
|
|
<result property="jsfs" column="jsfs" />
|
|
|
<result property="sfys" column="sfys" />
|
|
|
<result property="jsnr" column="jsnr" />
|
|
|
- <result property="ydmj" column="ydmj" />
|
|
|
+ <result property="zlcf" column="zlcf" />
|
|
|
+ <result property="gdmj" column="gdmj" />
|
|
|
<result property="zcqymc" column="zcqymc" />
|
|
|
<result property="zcrq" column="zcrq" />
|
|
|
<result property="zczb" column="zczb" />
|
|
@@ -41,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectZsyzQyxxVo">
|
|
|
- select id, xm_id, xmbh, xmmc, dfqyr, wfqyr, tbrq, qyrq, xytze, swzj, gdzctze, qygjrsjh, xmszd, sshy, tzfs, jsfs, sfys, jsnr, ydmj, zcqymc, zcrq, zczb, frdb, lxfs, jyfw, lxrq, nkgrq, path, create_by, create_time, update_by, update_time, remark from zsyz_qyxx
|
|
|
+ select id, xm_id, xmbh, xmmc, dfqyr, wfqyr, tbrq, qyrq, xytze, swzj, gdzctze, xmgjrxm,xmgjrzw,xmgjrsjh, xmszd, sshy, tzfs, jsfs, sfys, jsnr, zlcf,gdmj, zcqymc, zcrq, zczb, frdb, lxfs, jyfw, lxrq, nkgrq, path, create_by, create_time, update_by, update_time, remark from zsyz_qyxx
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectZsyzQyxxList" parameterType="ZsyzQyxx" resultMap="ZsyzQyxxResult">
|
|
@@ -57,14 +60,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xytze != null and xytze != ''"> and xytze = #{xytze}</if>
|
|
|
<if test="swzj != null and swzj != ''"> and swzj = #{swzj}</if>
|
|
|
<if test="gdzctze != null and gdzctze != ''"> and gdzctze = #{gdzctze}</if>
|
|
|
- <if test="qygjrsjh != null and qygjrsjh != ''"> and qygjrsjh = #{qygjrsjh}</if>
|
|
|
+ <if test="xmgjrxm != null and xmgjrxm != ''"> and xmgjrxm = #{xmgjrxm}</if>
|
|
|
+ <if test="xmgjrzw != null and xmgjrzw != ''"> and xmgjrzw = #{xmgjrzw}</if>
|
|
|
+ <if test="xmgjrsjh != null and xmgjrsjh != ''"> and xmgjrsjh = #{xmgjrsjh}</if>
|
|
|
<if test="xmszd != null and xmszd != ''"> and xmszd = #{xmszd}</if>
|
|
|
<if test="sshy != null and sshy != ''"> and sshy = #{sshy}</if>
|
|
|
<if test="tzfs != null and tzfs != ''"> and tzfs = #{tzfs}</if>
|
|
|
<if test="jsfs != null and jsfs != ''"> and jsfs = #{jsfs}</if>
|
|
|
<if test="sfys != null and sfys != ''"> and sfys = #{sfys}</if>
|
|
|
<if test="jsnr != null and jsnr != ''"> and jsnr = #{jsnr}</if>
|
|
|
- <if test="ydmj != null and ydmj != ''"> and ydmj = #{ydmj}</if>
|
|
|
+ <if test="zlcf != null and zlcf != ''"> and zlcf = #{zlcf}</if>
|
|
|
+ <if test="gdmj != null and gdmj != ''"> and gdmj = #{gdmj}</if>
|
|
|
<if test="zcqymc != null and zcqymc != ''"> and zcqymc = #{zcqymc}</if>
|
|
|
<if test="zcrq != null "> and zcrq = #{zcrq}</if>
|
|
|
<if test="zczb != null and zczb != ''"> and zczb = #{zczb}</if>
|
|
@@ -95,14 +101,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xytze != null and xytze != ''">xytze,</if>
|
|
|
<if test="swzj != null">swzj,</if>
|
|
|
<if test="gdzctze != null and gdzctze != ''">gdzctze,</if>
|
|
|
- <if test="qygjrsjh != null and qygjrsjh != ''">qygjrsjh,</if>
|
|
|
+ <if test="xmgjrxm != null and xmgjrxm != ''">xmgjrxm,</if>
|
|
|
+ <if test="xmgjrzw != null and xmgjrzw != ''">xmgjrzw,</if>
|
|
|
+ <if test="xmgjrsjh != null and xmgjrsjh != ''">xmgjrsjh,</if>
|
|
|
<if test="xmszd != null and xmszd != ''">xmszd,</if>
|
|
|
<if test="sshy != null and sshy != ''">sshy,</if>
|
|
|
<if test="tzfs != null and tzfs != ''">tzfs,</if>
|
|
|
<if test="jsfs != null and jsfs != ''">jsfs,</if>
|
|
|
<if test="sfys != null and sfys != ''">sfys,</if>
|
|
|
<if test="jsnr != null and jsnr != ''">jsnr,</if>
|
|
|
- <if test="ydmj != null and ydmj != ''">ydmj,</if>
|
|
|
+ <if test="zlcf != null and zlcf != ''">zlcf,</if>
|
|
|
+ <if test="gdmj != null and gdmj != ''">gdmj,</if>
|
|
|
<if test="zcqymc != null and zcqymc != ''">zcqymc,</if>
|
|
|
<if test="zcrq != null">zcrq,</if>
|
|
|
<if test="zczb != null and zczb != ''">zczb,</if>
|
|
@@ -129,14 +138,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xytze != null and xytze != ''">#{xytze},</if>
|
|
|
<if test="swzj != null">#{swzj},</if>
|
|
|
<if test="gdzctze != null and gdzctze != ''">#{gdzctze},</if>
|
|
|
- <if test="qygjrsjh != null and qygjrsjh != ''">#{qygjrsjh},</if>
|
|
|
+ <if test="xmgjrxm != null and xmgjrxm != ''">#{xmgjrxm},</if>
|
|
|
+ <if test="xmgjrzw != null and xmgjrzw != ''">#{xmgjrzw},</if>
|
|
|
+ <if test="xmgjrsjh != null and xmgjrsjh != ''">#{xmgjrsjh},</if>
|
|
|
<if test="xmszd != null and xmszd != ''">#{xmszd},</if>
|
|
|
<if test="sshy != null and sshy != ''">#{sshy},</if>
|
|
|
<if test="tzfs != null and tzfs != ''">#{tzfs},</if>
|
|
|
<if test="jsfs != null and jsfs != ''">#{jsfs},</if>
|
|
|
<if test="sfys != null and sfys != ''">#{sfys},</if>
|
|
|
<if test="jsnr != null and jsnr != ''">#{jsnr},</if>
|
|
|
- <if test="ydmj != null and ydmj != ''">#{ydmj},</if>
|
|
|
+ <if test="zlcf != null and zlcf != ''">#{zlcf},</if>
|
|
|
+ <if test="gdmj != null and gdmj != ''">#{gdmj},</if>
|
|
|
<if test="zcqymc != null and zcqymc != ''">#{zcqymc},</if>
|
|
|
<if test="zcrq != null">#{zcrq},</if>
|
|
|
<if test="zczb != null and zczb != ''">#{zczb},</if>
|
|
@@ -167,14 +179,17 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="xytze != null and xytze != ''">xytze = #{xytze},</if>
|
|
|
<if test="swzj != null">swzj = #{swzj},</if>
|
|
|
<if test="gdzctze != null and gdzctze != ''">gdzctze = #{gdzctze},</if>
|
|
|
- <if test="qygjrsjh != null and qygjrsjh != ''">qygjrsjh = #{qygjrsjh},</if>
|
|
|
+ <if test="xmgjrxm != null and xmgjrxm != ''">xmgjrxm = #{xmgjrxm},</if>
|
|
|
+ <if test="xmgjrzw != null and xmgjrzw != ''">xmgjrzw = #{xmgjrzw},</if>
|
|
|
+ <if test="xmgjrsjh != null and xmgjrsjh != ''">xmgjrsjh = #{xmgjrsjh},</if>
|
|
|
<if test="xmszd != null and xmszd != ''">xmszd = #{xmszd},</if>
|
|
|
<if test="sshy != null and sshy != ''">sshy = #{sshy},</if>
|
|
|
<if test="tzfs != null and tzfs != ''">tzfs = #{tzfs},</if>
|
|
|
<if test="jsfs != null and jsfs != ''">jsfs = #{jsfs},</if>
|
|
|
<if test="sfys != null and sfys != ''">sfys = #{sfys},</if>
|
|
|
<if test="jsnr != null and jsnr != ''">jsnr = #{jsnr},</if>
|
|
|
- <if test="ydmj != null and ydmj != ''">ydmj = #{ydmj},</if>
|
|
|
+ <if test="zlcf != null and zlcf != ''">zlcf = #{zlcf},</if>
|
|
|
+ <if test="gdmj != null and gdmj != ''">gdmj = #{gdmj},</if>
|
|
|
<if test="zcqymc != null and zcqymc != ''">zcqymc = #{zcqymc},</if>
|
|
|
<if test="zcrq != null">zcrq = #{zcrq},</if>
|
|
|
<if test="zczb != null and zczb != ''">zczb = #{zczb},</if>
|