diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenPartyUserRankDataDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenPartyUserRankDataDao.xml index f6d5c66ca4..30fb7bd125 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenPartyUserRankDataDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenPartyUserRankDataDao.xml @@ -128,7 +128,7 @@ m.DEL_FLAG = '0' and scg.AREA_CODE like CONCAT(#{areaCode},'%') ORDER BY - m.POINT_TOTAL DESC + m.POINT_TOTAL DESC, m.user_name \ No newline at end of file