Преглед на файлове

优化房屋 管理为 cmd 模式

java110 преди 4 години
родител
ревизия
2dc11e28bf
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      java110-db/src/main/resources/mapper/community/RoomV1ServiceDaoImplMapper.xml

+ 0 - 1
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