From 2dc11e28bf3cdfefe6fa41c24802729aa53243b6 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 三月 2022 09:25:16 +0800
Subject: [PATCH] 优化房屋 管理为 cmd 模式

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

diff --git a/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
index d8f4261..067d7d6 100644
--- a/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml
@@ -159,7 +159,6 @@
     <select id="queryRoomsCount" parameterType="Map" resultType="Map">
         select count(1) count
         from building_room t
-        from building_room t
         left join  building_unit bu on t.unit_id = bu.unit_id and bu.status_cd = '0'
         left join f_floor f on bu.floor_id = f.floor_id and f.status_cd = '0'
         where 1 =1

--
Gitblit v1.8.0