java110 před 4 roky
rodič
revize
a9a7bd6ac8

+ 1 - 0
java110-db/src/main/resources/mapper/report/ReportCommunityServiceDaoImplMapper.xml

@@ -60,6 +60,7 @@
         where t.status_cd = '0'
         and t.community_id = #{communityId}
         and bu.unit_id = #{unitId}
+        order by t.room_num
     </select>