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/RoomV1ServiceDaoImplMapper.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
index 552ea0e..d17ade7 100644
--- a/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
@@ -43,6 +43,15 @@
<if test="floorId !=null and floorId != ''">
and f.floor_id= #{floorId}
</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="floorNum !=null and floorNum != ''">
and f.`floor_num`= #{floorNum}
</if>
--
Gitblit v1.8.0