From 4c3fa7b1828d5e9bbd586a42fa00924e9f5a7c25 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期四, 12 三月 2026 11:41:30 +0800
Subject: [PATCH] 导入测试
---
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
index f3cd0fd..f5c40a1 100755
--- a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -786,7 +786,7 @@
td1.table_columns = 'room_sub_type'
WHERE 1 =1
<if test="communityId !=null and communityId != ''">
- AND t.`community_id` = #{communityId}
+ and t.community_id in (#{communityId}, '9999')
</if>
<if test="communityIds != null">
and t.community_id in
--
Gitblit v1.8.0