소스 검색

优化 结构图房屋顺序

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'
         where t.status_cd = '0'
         and t.community_id = #{communityId}
         and t.community_id = #{communityId}
         and bu.unit_id = #{unitId}
         and bu.unit_id = #{unitId}
-        order by t.room_num
+        order by t.room_num,t.layer
     </select>
     </select>
 
 
     <select id="queryCarStructures" parameterType="Map" resultType="Map">
     <select id="queryCarStructures" parameterType="Map" resultType="Map">