From e9728722edb55d1b6a37abc2da8dc292cf78b528 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 03 九月 2026 11:53:50 +0800
Subject: [PATCH] fix(mapper): 修正检定校准记录查询排序字段错误
---
src/main/resources/mapper/stock/StockInventoryMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/stock/StockInventoryMapper.xml b/src/main/resources/mapper/stock/StockInventoryMapper.xml
index 3dd2089..ed780a7 100644
--- a/src/main/resources/mapper/stock/StockInventoryMapper.xml
+++ b/src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -222,7 +222,7 @@
unit,
product_name,
product_id
- order by combined.id desc
+ order by combined.create_time desc
</select>
<select id="listStockInventoryExportData" resultType="com.ruoyi.stock.execl.StockInventoryExportData">
--
Gitblit v1.9.3