From af3950684a8f7e27e366742144013de4884cc147 Mon Sep 17 00:00:00 2001 From: "12691282@qq.com" <12691282@qq.com> Date: Tue, 5 Nov 2024 12:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E8=A1=A8=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-admin/src/main/resources/dao/DmsQueryDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mall-admin/src/main/resources/dao/DmsQueryDao.xml b/mall-admin/src/main/resources/dao/DmsQueryDao.xml index 21b0faf..fab0783 100644 --- a/mall-admin/src/main/resources/dao/DmsQueryDao.xml +++ b/mall-admin/src/main/resources/dao/DmsQueryDao.xml @@ -65,7 +65,7 @@ AND AND o.payment_time IS NOT NULL AND o.status IN (1, 2, 3) GROUP BY orderDate - ORDER BY o.create_time ASC + ORDER BY orderDate ASC @@ -79,7 +79,7 @@ AND AND mwa.payment_status = 1 GROUP BY withdrawDate - ORDER BY mwa.create_time ASC + ORDER BY withdrawDate ASC