From b88a288f4f787b509463678e3cd9ccfa3f37014b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 11 三月 2026 12:01:05 +0800
Subject: [PATCH] 导入测试

---
 java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
index c5c15bd..f3cd0fd 100755
--- a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -188,6 +188,15 @@
         <if test="roomId !=null and roomId != ''">
             and t.room_id= #{roomId}
         </if>
+        <if test="doorRoomNum !=null and doorRoomNum != ''">
+            and t.door_room_num= #{doorRoomNum}
+        </if>
+        <if test="propertyType !=null and propertyType != ''">
+            and t.property_type= #{propertyType}
+        </if>
+        <if test="propertyAddress !=null and propertyAddress != ''">
+            and t.property_address= #{propertyAddress}
+        </if>
         <if test="roadName !=null and roadName != ''">
             and t.road_name= #{roadName}
         </if>
@@ -785,6 +794,9 @@
                 #{item}
             </foreach>
         </if>
+        <if test="roadName !=null and roadName != ''">
+            AND t.`road_name` = #{roadName}
+        </if>
         <if test="floorId !=null and floorId != ''">
             and f.`floor_id`= #{floorId}
         </if>

--
Gitblit v1.8.0