瀏覽代碼

市房地产

wangzhe 2 年之前
父節點
當前提交
ede669ef87

+ 1 - 1
test-api/src/main/java/com/sooka/model/bo/Guiji_City_Real_Estate5_mortgage_general_Bean.java

@@ -30,5 +30,5 @@ public class Guiji_City_Real_Estate5_mortgage_general_Bean extends BaseBean_Guij
     String FH;//房号
     String FWYT;//房屋用途
     String FWXZ;//房屋性质
-    String JZMJD;//建筑面积等
+    String JZMJ;//建筑面积等
 }

+ 1 - 1
test-api/src/main/java/com/sooka/service/impl/Guiji_City_Real_Estate_ServiceImpl.java

@@ -280,7 +280,7 @@ public class Guiji_City_Real_Estate_ServiceImpl extends BaseService implements G
             bean.setFH(Data.getString("FH"));
             bean.setFWYT(Data.getString("FWYT"));
             bean.setFWXZ(Data.getString("FWXZ"));
-            bean.setJZMJD(Data.getString("JZMJD"));
+            bean.setJZMJ(Data.getString("JZMJ"));
             if (bean.getCd_operation().equals("I")) {
                 guiji_city_real_estate_mapper.add_guiji_real_estate_mortgage_general(bean);
                 guiji_city_real_estate_mapper2.add_guiji_real_estate_mortgage_general(bean);

+ 9 - 12
test-api/src/main/resources/mapper/Guiji_City_Real_Estate_Mapper.xml

@@ -280,10 +280,10 @@
     <insert id="add_guiji_real_estate_mortgage_general" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate5_mortgage_general_Bean">
         insert into t_guiji_real_estate_mortgage_general (
         <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, JZMJD)
+        YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, SYQZH, ZH, FH, FWYT, FWXZ, JZMJ)
         values (
         <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}, #{JZMJD})
+        #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{SYQZH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ})
     </insert>
 
     <update id="update_guiji_real_estate_mortgage_general" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate5_mortgage_general_Bean">
@@ -350,8 +350,8 @@
             <if test="FWXZ != null and FWXZ != ''">
                 FWXZ = #{FWXZ},
             </if>
-            <if test="JZMJD != null and JZMJD != ''">
-                JZMJD = #{JZMJD},
+            <if test="JZMJ != null and JZMJ != ''">
+                JZMJ = #{JZMJ},
             </if>
         </trim>
         where id = #{id}
@@ -529,10 +529,10 @@
     <insert id="add_guiji_real_estate_mortgage_change" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate8_mortgage_change_Bean">
         insert into t_guiji_real_estate_mortgage_change (
         <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, ZL, JZMJ, ZXYY, YTXQZH)
+        YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, SYQZH, ZH, FH, FWYT, FWXZ, JZMJ, YTXQZH, BGYY)
         values (
         <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}, #{ZL}, #{JZMJ}, #{ZXYY}, #{YTXQZH})
+        #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{SYQZH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ}, #{YTXQZH}, #{BGYY})
     </insert>
 
     <update id="update_guiji_real_estate_mortgage_change" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate8_mortgage_change_Bean">
@@ -599,18 +599,15 @@
             <if test="FWXZ != null and FWXZ != ''">
                 FWXZ = #{FWXZ},
             </if>
-            <if test="ZL != null and ZL != ''">
-                ZL = #{ZL},
-            </if>
             <if test="JZMJ != null and JZMJ != ''">
                 JZMJ = #{JZMJ},
             </if>
-            <if test="ZXYY != null and ZXYY != ''">
-                ZXYY = #{ZXYY},
-            </if>
             <if test="YTXQZH != null and YTXQZH != ''">
                 YTXQZH = #{YTXQZH},
             </if>
+            <if test="BGYY != null and BGYY != ''">
+                BGYY = #{BGYY},
+            </if>
         </trim>
         where id = #{id}
     </update>

+ 9 - 12
test-api/src/main/resources/mapper/Guiji_City_Real_Estate_Mapper2.xml

@@ -280,10 +280,10 @@
     <insert id="add_guiji_real_estate_mortgage_general" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate5_mortgage_general_Bean">
         insert into t_guiji_real_estate_mortgage_general (
         <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, JZMJD)
+        YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, SYQZH, ZH, FH, FWYT, FWXZ, JZMJ)
         values (
         <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}, #{JZMJD})
+        #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{SYQZH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ})
     </insert>
 
     <update id="update_guiji_real_estate_mortgage_general" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate5_mortgage_general_Bean">
@@ -350,8 +350,8 @@
             <if test="FWXZ != null and FWXZ != ''">
                 FWXZ = #{FWXZ},
             </if>
-            <if test="JZMJD != null and JZMJD != ''">
-                JZMJD = #{JZMJD},
+            <if test="JZMJ != null and JZMJ != ''">
+                JZMJ = #{JZMJ},
             </if>
         </trim>
         where id = #{id}
@@ -529,10 +529,10 @@
     <insert id="add_guiji_real_estate_mortgage_change" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate8_mortgage_change_Bean">
         insert into t_guiji_real_estate_mortgage_change (
         <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, ZL, JZMJ, ZXYY, YTXQZH)
+        YWZH, ZWLXQXQ, ZWLXQXZ, DYLX, ZZQE, FWJZ, DBFW, DYHTBH, DYQR, DYQRZJHM, DYR, DYRZJHM, ZWR, ZWRZJHM, TXQZH, SYQZH, ZH, FH, FWYT, FWXZ, JZMJ, YTXQZH, BGYY)
         values (
         <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}, #{ZL}, #{JZMJ}, #{ZXYY}, #{YTXQZH})
+        #{YWZH}, #{ZWLXQXQ}, #{ZWLXQXZ}, #{DYLX}, #{ZZQE}, #{FWJZ}, #{DBFW}, #{DYHTBH}, #{DYQR}, #{DYQRZJHM}, #{DYR}, #{DYRZJHM}, #{ZWR}, #{ZWRZJHM}, #{TXQZH}, #{SYQZH}, #{ZH}, #{FH}, #{FWYT}, #{FWXZ}, #{JZMJ}, #{YTXQZH}, #{BGYY})
     </insert>
 
     <update id="update_guiji_real_estate_mortgage_change" parameterType="com.sooka.model.bo.Guiji_City_Real_Estate8_mortgage_change_Bean">
@@ -599,18 +599,15 @@
             <if test="FWXZ != null and FWXZ != ''">
                 FWXZ = #{FWXZ},
             </if>
-            <if test="ZL != null and ZL != ''">
-                ZL = #{ZL},
-            </if>
             <if test="JZMJ != null and JZMJ != ''">
                 JZMJ = #{JZMJ},
             </if>
-            <if test="ZXYY != null and ZXYY != ''">
-                ZXYY = #{ZXYY},
-            </if>
             <if test="YTXQZH != null and YTXQZH != ''">
                 YTXQZH = #{YTXQZH},
             </if>
+            <if test="BGYY != null and BGYY != ''">
+                BGYY = #{BGYY},
+            </if>
         </trim>
         where id = #{id}
     </update>