|
@@ -919,10 +919,10 @@
|
|
|
<insert id="add_guiji_real_estate_file_additional" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate13_file_additional_Bean">
|
|
|
insert into t_guiji_real_estate_file_additional (
|
|
|
<include refid="global_name"></include>
|
|
|
- DDDDDDDDD)
|
|
|
+ YWZH, LicenseID, ZHLX, SYQR, ZH, FH, ZJMJ, GHYT, FWXZ)
|
|
|
values (
|
|
|
<include refid="global_value"></include>
|
|
|
- ###########)
|
|
|
+ #{YWZH}, #{LicenseID}, #{ZHLX}, #{SYQR}, #{ZH}, #{FH}, #{ZJMJ}, #{GHYT}, #{FWXZ})
|
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_real_estate_file_additional" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate13_file_additional_Bean">
|
|
@@ -930,7 +930,31 @@
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
<include refid="update_sql"></include>
|
|
|
<if test="YWZH != null and YWZH != ''">
|
|
|
- aaaaaaaaaaaaaa,
|
|
|
+ YWZH = #{YWZH},
|
|
|
+ </if>
|
|
|
+ <if test="LicenseID != null and LicenseID != ''">
|
|
|
+ LicenseID = #{LicenseID},
|
|
|
+ </if>
|
|
|
+ <if test="ZHLX != null and ZHLX != ''">
|
|
|
+ ZHLX = #{ZHLX},
|
|
|
+ </if>
|
|
|
+ <if test="SYQR != null and SYQR != ''">
|
|
|
+ SYQR = #{SYQR},
|
|
|
+ </if>
|
|
|
+ <if test="ZH != null and ZH != ''">
|
|
|
+ ZH = #{ZH},
|
|
|
+ </if>
|
|
|
+ <if test="FH != null and FH != ''">
|
|
|
+ FH = #{FH},
|
|
|
+ </if>
|
|
|
+ <if test="ZJMJ != null and ZJMJ != ''">
|
|
|
+ ZJMJ = #{ZJMJ},
|
|
|
+ </if>
|
|
|
+ <if test="GHYT != null and GHYT != ''">
|
|
|
+ GHYT = #{GHYT},
|
|
|
+ </if>
|
|
|
+ <if test="FWXZ != null and FWXZ != ''">
|
|
|
+ FWXZ = #{FWXZ},
|
|
|
</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|