From 84aa7e8a0d505c174530a3102f23d9d8ecdb7313 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期三, 12 八月 2026 12:39:05 +0800
Subject: [PATCH] fix: 清理多余配置文件

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

diff --git a/src/main/resources/mapper/quality/QualityTestStandardMapper.xml b/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
index 53eef84..f326a66 100644
--- a/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
+++ b/src/main/resources/mapper/quality/QualityTestStandardMapper.xml
@@ -19,7 +19,6 @@
         <if test="c.inspectType != null ">
             AND inspect_type =#{c.inspectType}
         </if>
-        order by create_time desc
     </select>
     <select id="getQualityTestStandardByProductId" resultType="com.ruoyi.quality.pojo.QualityTestStandard">
         SELECT qts.*

--
Gitblit v1.9.3