From 3c2eca8fba20b9a0c18d7a1d9b2a06998895112a Mon Sep 17 00:00:00 2001 From: perry <292303709@qq.com> Date: Tue, 23 May 2023 11:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/recharge/RechargeOrderMapper.xml | 1 + yudao-server/src/main/resources/application-prod.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml index d4b6e789e..840d91eeb 100644 --- a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml +++ b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml @@ -33,6 +33,7 @@ left join system_dept d on d.id = a.dept_id + order by a.pay_time desc