|
@@ -425,6 +425,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="keyIndustries != null">key_Industries,</if>
|
|
<if test="keyIndustries != null">key_Industries,</if>
|
|
<if test="houseType != null">house_type,</if>
|
|
<if test="houseType != null">house_type,</if>
|
|
<if test="rlr != null">rlr,</if>
|
|
<if test="rlr != null">rlr,</if>
|
|
|
|
+ <if test="isRl != null">is_rl,</if>
|
|
<if test="rlTime != null">rl_time,</if>
|
|
<if test="rlTime != null">rl_time,</if>
|
|
<if test="yhzgx != null">yhzgx,</if>
|
|
<if test="yhzgx != null">yhzgx,</if>
|
|
<if test="workUnit != null">work_unit,</if>
|
|
<if test="workUnit != null">work_unit,</if>
|
|
@@ -462,6 +463,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="keyIndustries != null">#{keyIndustries},</if>
|
|
<if test="keyIndustries != null">#{keyIndustries},</if>
|
|
<if test="houseType != null">#{houseType},</if>
|
|
<if test="houseType != null">#{houseType},</if>
|
|
<if test="rlr != null">#{rlr},</if>
|
|
<if test="rlr != null">#{rlr},</if>
|
|
|
|
+ <if test="isRl != null">#{isRl},</if>
|
|
<if test="rlTime != null">#{rlTime},</if>
|
|
<if test="rlTime != null">#{rlTime},</if>
|
|
<if test="yhzgx != null">#{yhzgx},</if>
|
|
<if test="yhzgx != null">#{yhzgx},</if>
|
|
<if test="workUnit != null">#{workUnit},</if>
|
|
<if test="workUnit != null">#{workUnit},</if>
|
|
@@ -502,6 +504,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="keyIndustries != null">key_industries = #{keyIndustries},</if>
|
|
<if test="keyIndustries != null">key_industries = #{keyIndustries},</if>
|
|
<if test="houseType != null">house_type = #{houseType},</if>
|
|
<if test="houseType != null">house_type = #{houseType},</if>
|
|
<if test="rlr != null">rlr = #{rlr},</if>
|
|
<if test="rlr != null">rlr = #{rlr},</if>
|
|
|
|
+ <if test="isRl != null">is_rl = #{isRl},</if>
|
|
<if test="rlTime != null">rl_time = #{rlTime},</if>
|
|
<if test="rlTime != null">rl_time = #{rlTime},</if>
|
|
<if test="yhzgx != null">yhzgx = #{yhzgx},</if>
|
|
<if test="yhzgx != null">yhzgx = #{yhzgx},</if>
|
|
<if test="workUnit != null">work_unit = #{workUnit},</if>
|
|
<if test="workUnit != null">work_unit = #{workUnit},</if>
|