dingxin 5 년 전
부모
커밋
fd2d6115fe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/main/resources/mapper/TaPersonIntentionRecordMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonIntentionRecordMapper.xml 파일 보기

@@ -34,5 +34,6 @@
34 34
             </trim>
35 35
         GROUP BY
36 36
             tpir.person_id, tpir.building_id
37
+        ORDER BY SUM(tpir.intention) DESC
37 38
     </select>
38 39
 </mapper>