wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
java110-db/src/main/resources/mapper/report/ReportCommunityServiceDaoImplMapper.xml
@@ -60,7 +60,7 @@
        where t.status_cd = '0'
        and t.community_id = #{communityId}
        and bu.unit_id = #{unitId}
        order by t.room_num,t.layer
        order by t.layer,t.room_num
    </select>
    <select id="queryCarStructures" parameterType="Map" resultType="Map">