From 9ac4d80845f961574b4732e87a4bb80993705512 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 08 Sep 2022 16:23:14 +0800
Subject: [PATCH] 20220902

---
 src/main/resources/mapper/modules/MallRefundMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallRefundMapper.xml b/src/main/resources/mapper/modules/MallRefundMapper.xml
index 7af7708..97551cf 100644
--- a/src/main/resources/mapper/modules/MallRefundMapper.xml
+++ b/src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -20,7 +20,7 @@
                 and a.state = #{state}
             </if>
         </where>
-
+        order by a.CREATED_TIME desc
     </select>
 
     <select id="getOrderRefundListInPage" resultType="cc.mrbird.febs.mall.entity.MallRefundEntity">

--
Gitblit v1.9.1