From ef81b36de6cb2e86f0194cbc5c1477c77eb0134a Mon Sep 17 00:00:00 2001 From: Ryan <12345678> Date: Tue, 20 Aug 2024 18:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BB=9F=E8=AE=A1=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E3=80=81=E5=8E=BB=E6=8E=89=E9=A1=B5=E9=9D=A2=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/business/BusAgentInfoMapper.xml | 2 ++ .../business/BusIntegralHistoryInfoMapper.xml | 1 + .../mapper/business/BusIntegralRecordMapper.xml | 4 ++-- ruoyi-ui/src/views/agent/list/index.vue | 10 +++++----- ruoyi-ui/src/views/point/consume/index.vue | 15 +++++++++++---- .../src/views/statistics/excellence/index.vue | 4 ++-- 6 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/business/BusAgentInfoMapper.xml b/ruoyi-system/src/main/resources/mapper/business/BusAgentInfoMapper.xml index 447f74d..e0032f5 100644 --- a/ruoyi-system/src/main/resources/mapper/business/BusAgentInfoMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/business/BusAgentInfoMapper.xml @@ -92,6 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" GROUP BY Bind_User ) c on a.agent_account = c.Bind_User + ORDER BY account ASC diff --git a/ruoyi-system/src/main/resources/mapper/business/BusIntegralRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/business/BusIntegralRecordMapper.xml index 6f54e26..296a3c3 100644 --- a/ruoyi-system/src/main/resources/mapper/business/BusIntegralRecordMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/business/BusIntegralRecordMapper.xml @@ -62,7 +62,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and account = #{account} GROUP BY DATE_FORMAT(Integral_update_time,'%Y-%m-%d'),account,platform - ORDER BY DATE_FORMAT(Integral_update_time,'%Y-%m-%d') desc + ORDER BY DATE_FORMAT(Integral_update_time,'%Y-%m-%d') desc, account ASC