ソースを参照

房地产商品房信息中台
①查询列表新增出卖人身份证类型.出卖人身份证号两个字段显示
②详情页新增出卖人身份证类型.出卖人身份证号两个字段显示

wangjinsheng 1 年間 前
コミット
1ded04bf73

+ 15 - 0
mybusiness/src/main/java/com/sooka/system/real_estate/housing_commercial/domain/TGuijiRealEstateHousingCommercial.java

@@ -109,6 +109,14 @@ public class TGuijiRealEstateHousingCommercial extends BaseBusinessEntity
     @Excel(name = "备案时间" )
     private String BASJ;
 
+    /** 出卖人身份证类型 */
+    @Excel(name = "出卖人身份证类型" )
+    private String CMRSFZLX;
+
+    /** 出卖人身份证号 */
+    @Excel(name = "出卖人身份证号" )
+    private String CMRSFZH;
+
     public String getHth()
     {
         return HTH;
@@ -198,4 +206,11 @@ public class TGuijiRealEstateHousingCommercial extends BaseBusinessEntity
     {
         return BASJ;
     }
+
+    public String getCmrsfzlx() { return CMRSFZLX; }
+
+    public String getCmrsfzh()
+    {
+        return CMRSFZH;
+    }
 }

+ 3 - 1
mybusiness/src/main/resources/mapper/system/TGuijiRealEstateHousingCommercialMapper.xml

@@ -5,7 +5,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 <mapper namespace="com.sooka.system.real_estate.housing_commercial.mapper.TGuijiRealEstateHousingCommercialMapper">
 
     <sql id="selectVo">
-        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
     </sql>
 
     <select id="selectList" parameterType="TGuijiRealEstateHousingCommercial" resultType="TGuijiRealEstateHousingCommercial">
@@ -29,6 +29,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="FWXZ != null  and FWXZ != ''"> and FWXZ like concat('%', #{FWXZ}, '%')</if>
             <if test="QYSJ != null  and QYSJ != ''"> and QYSJ like concat('%', #{QYSJ}, '%')</if>
             <if test="BASJ != null  and BASJ != ''"> and BASJ like concat('%', #{BASJ}, '%')</if>
+            <if test="CMRSFZLX != null  and CMRSFZLX != ''"> and CMRSFZLX like concat('%', #{CMRSFZLX}, '%')</if>
+            <if test="CMRSFZH != null  and CMRSFZH != ''"> and CMRSFZH like concat('%', #{CMRSFZH}, '%')</if>
         </where>
     </select>
 

+ 8 - 0
mybusiness/src/main/resources/templates/system/real_estate/housing_commercial/detail.html

@@ -78,6 +78,14 @@
                 <label class="col-sm-3 control-label">备案时间:</label>
                 <div class="form-control-static" th:text="*{basj}"></div>
             </div>
+            <div class="form-group">
+                <label class="col-sm-3 control-label">出卖人身份证类型:</label>
+                <div class="form-control-static" th:text="*{cmrsfzlx}"></div>
+            </div>
+            <div class="form-group">
+                <label class="col-sm-3 control-label">出卖人身份证号:</label>
+                <div class="form-control-static" th:text="*{cmrsfzh}"></div>
+            </div>
         </form>
     </div>
     <th:block th:include="include :: footer" />

+ 20 - 12
mybusiness/src/main/resources/templates/system/real_estate/housing_commercial/housing_commercial.html

@@ -183,18 +183,18 @@
                     field: 'ftmj',
                     title: '分摊面积'
                 },
-                {
-                    field: 'zh',
-                    title: '幢号'
-                },
-                {
-                    field: 'fh',
-                    title: '房号'
-                },
-                /*{
-                    field: 'fwyt',
-                    title: '房屋用途'
-                },*/
+                    /* {
+                        field: 'zh',
+                        title: '幢号'
+                    },
+                    {
+                        field: 'fh',
+                        title: '房号'
+                    },
+                    /*{
+                        field: 'fwyt',
+                        title: '房屋用途'
+                    },*/
                 {
                     field: 'fwxz',
                     title: '房屋性质'
@@ -208,6 +208,14 @@
                     title: '备案时间'
                 },*/
                 {
+                    field: 'cmrsfzlx',
+                    title: '出卖人身份证类型'
+                },
+                {
+                    field: 'cmrsfzh',
+                    title: '出卖人身份证号'
+                },
+                {
                     title: '操作',
                     align: 'center',
                     formatter: function(value, row, index) {