浏览代码

优化 结构图房屋顺序

java110 4 年之前
父节点
当前提交
53b5231953
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      java110-db/src/main/resources/mapper/report/ReportCommunityServiceDaoImplMapper.xml

+ 1 - 1
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
+        order by t.room_num,t.layer
     </select>
 
     <select id="queryCarStructures" parameterType="Map" resultType="Map">