dingxin 5 yıl önce
ebeveyn
işleme
fd2d6115fe

+ 1
- 0
src/main/resources/mapper/TaPersonIntentionRecordMapper.xml Dosyayı Görüntüle

@@ -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>