From ad2196834617aefd22de0476f6b9ce2b62756fdf Mon Sep 17 00:00:00 2001
From: perry <292303709@qq.com>
Date: Thu, 1 Jun 2023 10:52:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E4=BD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/recharge/RechargeOrderMapper.xml | 1 +
.../controller/admin/dept/DeptController.java | 5 +++++
.../admin/dept/vo/dept/DeptListReqVO.java | 5 ++++-
.../system/dal/mysql/dept/DeptMapper.java | 1 +
.../src/main/resources/application-test.yaml | 18 +++++++++---------
.../resources/{2 => test}/apiclient_cert.p12 | Bin
.../resources/{2 => test}/apiclient_cert.pem | 0
.../resources/{2 => test}/apiclient_key.pem | 0
8 files changed, 20 insertions(+), 10 deletions(-)
rename yudao-server/src/main/resources/{2 => test}/apiclient_cert.p12 (100%)
rename yudao-server/src/main/resources/{2 => test}/apiclient_cert.pem (100%)
rename yudao-server/src/main/resources/{2 => test}/apiclient_key.pem (100%)
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 05c9c5d84..b9ee82a3a 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
@@ -125,6 +125,7 @@
left join system_tenant e on e.id = a.tenant_id
+ order by a.pay_time desc