From c8a3df8ef73d08de60ca49e09a343e87bcc66a91 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 27 九月 2025 22:01:56 +0800
Subject: [PATCH] fix:修改配置

---
 ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml
index 24be3d7..158d758 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TbCallbackLogMapper.xml
@@ -37,7 +37,7 @@
                 AND date_format(create_time,'%y%m%d') &lt;= date_format(#{params.endTime},'%y%m%d')
             </if>
         </where>
-        order by create_time,id desc
+        order by id desc
     </select>
     
     <select id="selectTbCallbackLogById" parameterType="Long" resultMap="TbCallbackLogResult">

--
Gitblit v1.9.1