From fb4f2c9223a17aaefaa27a59d1d2b61460157c7d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 25 六月 2026 11:22:08 +0800
Subject: [PATCH] fix: 库存修改为大类展示
---
src/main/resources/mapper/quality/QualityInspectMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/quality/QualityInspectMapper.xml b/src/main/resources/mapper/quality/QualityInspectMapper.xml
index 15a6f46..bcb8391 100644
--- a/src/main/resources/mapper/quality/QualityInspectMapper.xml
+++ b/src/main/resources/mapper/quality/QualityInspectMapper.xml
@@ -86,7 +86,7 @@
<if test="qualityInspect.approveUserIds != null and qualityInspect.approveUserIds != '' ">
AND qi.approve_user_ids like concat('%',#{qualityInspect.approveUserIds},'%')
</if>
- ORDER BY qi.check_time DESC
+ ORDER BY qi.create_time DESC
</select>
<select id="qualityInspectExport" resultType="com.ruoyi.quality.pojo.QualityInspect">
--
Gitblit v1.9.3