From 615c83a15cdccd2f64b87224b49058744b0c99ad Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 03 九月 2026 11:55:16 +0800
Subject: [PATCH] refactor(database): 优化多处查询排序字段

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

diff --git a/src/main/resources/mapper/production/ProductionProductMainMapper.xml b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
index 556a4a3..0924e23 100644
--- a/src/main/resources/mapper/production/ProductionProductMainMapper.xml
+++ b/src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -87,7 +87,7 @@
                 and (pot.user_ids is null or pot.user_ids = '' or pot.user_ids = '[]' or json_contains(pot.user_ids, json_quote(cast(#{c.currentUserId} as char))))
             </if>
         </where>
-        order by ppm.create_time desc
+        order by ppm.product_no desc
     </select>
 
     <select id="getOrderByMainId" resultType="com.ruoyi.production.pojo.ProductionOrder">

--
Gitblit v1.9.3