diff --git a/src/main/resources/mybatis/mapper/buildinghouse/building-house-mapper.xml b/src/main/resources/mybatis/mapper/buildinghouse/building-house-mapper.xml index 52facb4..75a0b76 100644 --- a/src/main/resources/mybatis/mapper/buildinghouse/building-house-mapper.xml +++ b/src/main/resources/mybatis/mapper/buildinghouse/building-house-mapper.xml @@ -213,6 +213,8 @@ 1 FROM city_building_house t1 + LEFT JOIN city_building_house_user t2 ON t1.building_house_id = t2.building_house_id + AND t2.is_delete = 0 WHERE t1.is_delete = 0 @@ -221,9 +223,13 @@ OR t1.district_name LIKE CONCAT('%', #{keywords}, '%') OR + t1.house_number LIKE CONCAT('%', #{keywords}, '%') + OR t1.owner_name LIKE CONCAT('%', #{keywords}, '%') OR t1.owner_card LIKE CONCAT('%', #{keywords}, '%') + OR + t2.card_number LIKE CONCAT('%', #{keywords}, '%') ) diff --git a/src/main/resources/static/route/buildinghouse/list-check.html b/src/main/resources/static/route/buildinghouse/list-check.html new file mode 100644 index 0000000..dc07726 --- /dev/null +++ b/src/main/resources/static/route/buildinghouse/list-check.html @@ -0,0 +1,229 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/buildinghouse/list-view.html b/src/main/resources/static/route/buildinghouse/list-view.html new file mode 100644 index 0000000..fabb090 --- /dev/null +++ b/src/main/resources/static/route/buildinghouse/list-view.html @@ -0,0 +1,257 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/buildinghouseuser/list-view.html b/src/main/resources/static/route/buildinghouseuser/list-view.html new file mode 100644 index 0000000..b3a22fa --- /dev/null +++ b/src/main/resources/static/route/buildinghouseuser/list-view.html @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + +
+
+
以人找房
+ +
请输入居民身份证号查询
+
+
+ + + + + + + \ No newline at end of file