From f8913a0b4dd441c74c3dd82306a65708a4b1597e Mon Sep 17 00:00:00 2001
From: yinrw <2030349650@qq.com>
Date: 星期五, 24 七月 2026 15:25:46 +0800
Subject: [PATCH] 修改多个模块页面展示逻辑

---
 src/main/resources/mapper/production/ProductOrderMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/production/ProductOrderMapper.xml b/src/main/resources/mapper/production/ProductOrderMapper.xml
index cc6c3df..dfbdcd1 100644
--- a/src/main/resources/mapper/production/ProductOrderMapper.xml
+++ b/src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -126,6 +126,7 @@
             </if>
         </where>
         GROUP BY po.id
+        order by po.create_time desc
     </select>
 
 

--
Gitblit v1.9.3