From 326bf18d256b979c8e3b9661564aac06a608c84d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 20 Feb 2021 17:09:50 +0800
Subject: [PATCH] test

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

diff --git a/src/main/resources/mapper/modules/AgentReturnDao.xml b/src/main/resources/mapper/modules/AgentReturnDao.xml
index bb1fdfe..1126df7 100644
--- a/src/main/resources/mapper/modules/AgentReturnDao.xml
+++ b/src/main/resources/mapper/modules/AgentReturnDao.xml
@@ -33,6 +33,6 @@
                 and (c.phone=#{record.account} or c.email=#{record.account} or c.invite_id=#{record.account})
             </if>
         </where>
-        order by order_no, referer_id asc
+        order by create_time desc
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1