|
@@ -27,6 +27,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="yymd" column="yymd" />
|
|
|
<result property="tdb" column="tdb" />
|
|
|
<result property="zxqdll" column="zxqdll" />
|
|
|
+ <result property="xsySub" column="xsy_sub" />
|
|
|
+ <result property="xsyAdd" column="xsy_add" />
|
|
|
<result property="delFlag" column="del_flag" />
|
|
|
<result property="revision" column="revision" />
|
|
|
<result property="createBy" column="create_by" />
|
|
@@ -37,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTXinyiTytjParamsVo">
|
|
|
- select id, kzmbplbjz, hycxsygkz, xhycbjz, jylpybjz, time_val, min_jsll, max_jsll, min_js_cod, max_js_cod, min_add_amount, max_add_amount, stop_add_flag, jzxs, xzxs, slfpxs, tydl, zhxs, sxps, yymd, tdb, zxqdll, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_tytj_params
|
|
|
+ select id, kzmbplbjz, hycxsygkz, xhycbjz, jylpybjz, time_val, min_jsll, max_jsll, min_js_cod, max_js_cod, min_add_amount, max_add_amount, stop_add_flag, jzxs, xzxs, slfpxs, tydl, zhxs, sxps, yymd, tdb, zxqdll, xsy_sub, xsy_add, del_flag, revision, create_by, create_time, update_by, update_time, remark from t_xinyi_tytj_params
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTXinyiTytjParamsList" parameterType="TXinyiTytjParams" resultMap="TXinyiTytjParamsResult">
|
|
@@ -65,6 +67,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="yymd != null "> and yymd = #{yymd}</if>
|
|
|
<if test="tdb != null "> and tdb = #{tdb}</if>
|
|
|
<if test="zxqdll != null "> and zxqdll = #{zxqdll}</if>
|
|
|
+ <if test="xsySub != null "> and xsy_sub = #{xsySub}</if>
|
|
|
+ <if test="xsyAdd != null "> and xsy_add = #{xsyAdd}</if>
|
|
|
<if test="revision != null "> and revision = #{revision}</if>
|
|
|
</where>
|
|
|
and del_flag = 0 order by id desc
|
|
@@ -99,6 +103,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="yymd != null">yymd,</if>
|
|
|
<if test="tdb != null">tdb,</if>
|
|
|
<if test="zxqdll != null">zxqdll,</if>
|
|
|
+ <if test="xsySub != null">xsy_sub,</if>
|
|
|
+ <if test="xsyAdd != null">xsy_add,</if>
|
|
|
<if test="delFlag != null">del_flag,</if>
|
|
|
<if test="revision != null">revision,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
@@ -129,6 +135,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="yymd != null">#{yymd},</if>
|
|
|
<if test="tdb != null">#{tdb},</if>
|
|
|
<if test="zxqdll != null">#{zxqdll},</if>
|
|
|
+ <if test="xsySub != null">#{xsySub},</if>
|
|
|
+ <if test="xsyAdd != null">#{xsyAdd},</if>
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|
|
|
<if test="revision != null">#{revision},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
@@ -163,6 +171,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="yymd != null">yymd = #{yymd},</if>
|
|
|
<if test="tdb != null">tdb = #{tdb},</if>
|
|
|
<if test="zxqdll != null">zxqdll = #{zxqdll},</if>
|
|
|
+ <if test="xsySub != null">xsy_sub = #{xsySub},</if>
|
|
|
+ <if test="xsyAdd != null">xsy_add = #{xsyAdd},</if>
|
|
|
<if test="delFlag != null">del_flag = #{delFlag},</if>
|
|
|
<if test="revision != null">revision = #{revision},</if>
|
|
|
<if test="createBy != null">create_by = #{createBy},</if>
|