|
@@ -136,10 +136,10 @@
|
|
<insert id="add_guiji_real_estate_housing_commercial" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
<insert id="add_guiji_real_estate_housing_commercial" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
insert into t_guiji_real_estate_housing_commercial (
|
|
insert into t_guiji_real_estate_housing_commercial (
|
|
<include refid="global_name"></include>
|
|
<include refid="global_name"></include>
|
|
- HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ)
|
|
|
|
|
|
+ HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ, CMRSFZLX, CMRSFZH)
|
|
values (
|
|
values (
|
|
<include refid="global_value"></include>
|
|
<include refid="global_value"></include>
|
|
- #{HTH}, #{YWZH}, #{CSRXM}, #{MSRXM}, #{SFZLX}, #{SFZH}, #{LXDZ}, #{FWZL}, #{HTZJ}, #{ZJMJ}, #{TNMJ}, #{FTMJ}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{QYSJ}, #{BASJ})
|
|
|
|
|
|
+ #{HTH}, #{YWZH}, #{CSRXM}, #{MSRXM}, #{SFZLX}, #{SFZH}, #{LXDZ}, #{FWZL}, #{HTZJ}, #{ZJMJ}, #{TNMJ}, #{FTMJ}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{QYSJ}, #{BASJ}, #{CMRSFZLX}, #{CMRSFZH})
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_real_estate_housing_commercial" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
<update id="update_guiji_real_estate_housing_commercial" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
@@ -200,6 +200,12 @@
|
|
<if test="BASJ != null and BASJ != ''">
|
|
<if test="BASJ != null and BASJ != ''">
|
|
BASJ = #{BASJ},
|
|
BASJ = #{BASJ},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="CMRSFZLX != null and CMRSFZLX != ''">
|
|
|
|
+ CMRSFZLX = #{CMRSFZLX},
|
|
|
|
+ </if>
|
|
|
|
+ <if test="CMRSFZH != null and CMRSFZH != ''">
|
|
|
|
+ CMRSFZH = #{CMRSFZH},
|
|
|
|
+ </if>
|
|
</trim>
|
|
</trim>
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|
|
@@ -1824,7 +1830,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="select_real_estate_housing_commercial" resultType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
<select id="select_real_estate_housing_commercial" resultType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate3_housing_commercial_Bean">
|
|
- select id, HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ from t_guiji_real_estate_housing_commercial
|
|
|
|
|
|
+ select id, HTH, YWZH, CSRXM, MSRXM, SFZLX, SFZH, LXDZ, FWZL, HTZJ, ZJMJ, TNMJ, FTMJ, ZH, FH, FWYT, FWXZ, QYSJ, BASJ, CMRSFZLX, CMRSFZH from t_guiji_real_estate_housing_commercial
|
|
where 1=1
|
|
where 1=1
|
|
<if test="MSRXM != null and MSRXM != ''">
|
|
<if test="MSRXM != null and MSRXM != ''">
|
|
and MSRXM = #{MSRXM}
|
|
and MSRXM = #{MSRXM}
|