From 6c00757e63a69b8d527f1b978859b17c8db136f6 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期三, 17 十二月 2025 15:00:16 +0800
Subject: [PATCH] #1

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

diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index 7f73c7f..9e6fe08 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -142,7 +142,7 @@
         where batch = #{batch}
         and order_no is not null
         and order_no != ''
-        order by io_time
+        order by io_time desc
     </select>
 
 </mapper>

--
Gitblit v1.9.1