|
@@ -442,10 +442,10 @@
|
|
<insert id="add_guiji_real_estate_mortgage_construction" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate7_mortgage_construction_Bean">
|
|
<insert id="add_guiji_real_estate_mortgage_construction" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate7_mortgage_construction_Bean">
|
|
insert into t_guiji_real_estate_mortgage_construction (
|
|
insert into t_guiji_real_estate_mortgage_construction (
|
|
<include refid="global_name"></include>
|
|
<include refid="global_name"></include>
|
|
- YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, SYQZH, ZH, FH, FWYT, FWXZ, JZMJ, YTXQZH, BGYY)
|
|
|
|
|
|
+ YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, LPBH, ZH, FH, FWYT, FWXZ, JZMJ)
|
|
values (
|
|
values (
|
|
<include refid="global_value"></include>
|
|
<include refid="global_value"></include>
|
|
- #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{SYQZH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ}, #{YTXQZH}, #{BGYY})
|
|
|
|
|
|
+ #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{LPBH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ})
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
<update id="update_guiji_real_estate_mortgage_construction" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate7_mortgage_construction_Bean">
|
|
<update id="update_guiji_real_estate_mortgage_construction" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate7_mortgage_construction_Bean">
|
|
@@ -497,8 +497,8 @@
|
|
<if test="TXQZH != null and TXQZH != ''">
|
|
<if test="TXQZH != null and TXQZH != ''">
|
|
TXQZH = #{TXQZH},
|
|
TXQZH = #{TXQZH},
|
|
</if>
|
|
</if>
|
|
- <if test="SYQZH != null and SYQZH != ''">
|
|
|
|
- SYQZH = #{SYQZH},
|
|
|
|
|
|
+ <if test="LPBH != null and LPBH != ''">
|
|
|
|
+ LPBH = #{LPBH},
|
|
</if>
|
|
</if>
|
|
<if test="ZH != null and ZH != ''">
|
|
<if test="ZH != null and ZH != ''">
|
|
ZH = #{ZH},
|
|
ZH = #{ZH},
|
|
@@ -515,12 +515,6 @@
|
|
<if test="JZMJ != null and JZMJ != ''">
|
|
<if test="JZMJ != null and JZMJ != ''">
|
|
JZMJ = #{JZMJ},
|
|
JZMJ = #{JZMJ},
|
|
</if>
|
|
</if>
|
|
- <if test="YTXQZH != null and YTXQZH != ''">
|
|
|
|
- YTXQZH = #{YTXQZH},
|
|
|
|
- </if>
|
|
|
|
- <if test="BGYY != null and BGYY != ''">
|
|
|
|
- BGYY = #{BGYY},
|
|
|
|
- </if>
|
|
|
|
</trim>
|
|
</trim>
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|