From f125ee7c7309d315e662d11345cfa56879cbcf94 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Fri, 13 Aug 2021 11:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E5=BF=83=E5=B8=82=E6=B0=91=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=8E=92=E8=A1=8C=EF=BC=8C=E9=99=90=E5=88=B6=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E5=85=9A=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/screen/ScreenPartyUserRankDataDao.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 c336aa362d..be53533a18 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 @@ -13,6 +13,7 @@ WHERE del_flag = '0' AND all_parent_ids LIKE CONCAT('%',#{agencyId},'%') + and PARTY_FLAG = 0 ORDER BY point_total DESC, convert(user_name using gbk) ASC @@ -67,7 +68,7 @@ ORDER BY - point_total DESC + point_total DESC, convert(user_name using gbk) ASC LIMIT #{topNum} @@ -127,6 +128,7 @@ WHERE m.DEL_FLAG = '0' and scg.AREA_CODE like CONCAT(#{areaCode},'%') + and scg.PARTY_FLAG = 0 ORDER BY m.POINT_TOTAL DESC, convert(m.user_name using gbk) ASC