From 82e31739136ab62d415a3ebc5c85fa3b0415ebad Mon Sep 17 00:00:00 2001 From: Derran Date: Mon, 29 Apr 2024 16:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/order/WalletAccountAssociateOrderRecordDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml b/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml index 0e2e691..e6e8ee7 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml @@ -108,7 +108,7 @@ where dao.is_delete=0 and dao.`status`=5 and dao.user_id=#{userId} and daoi.sub_category=#{subCategory} - GROUP BY dao.id + GROUP BY daoi.id ORDER BY dao.create_time desc