ソースを参照

优化 结构图房屋顺序

java110 4 年 前
コミット
e84bce209e
共有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,t.layer
+        order by t.layer,t.room_num
     </select>
 
     <select id="queryCarStructures" parameterType="Map" resultType="Map">