From f1400115f582ae795913e360c0f5a70ea4513544 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 04 九月 2023 17:42:27 +0800
Subject: [PATCH] MOM系统-9-04 三个不合格查询

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

diff --git a/production-server/src/main/resources/mapper/ManualTechnologyMapper.xml b/production-server/src/main/resources/mapper/ManualTechnologyMapper.xml
index 34626e7..752abcd 100644
--- a/production-server/src/main/resources/mapper/ManualTechnologyMapper.xml
+++ b/production-server/src/main/resources/mapper/ManualTechnologyMapper.xml
@@ -44,5 +44,6 @@
                  LEFT JOIN manual_technology t ON t.`id` = p.`manual_technology_id`
         WHERE p.`state` = 1
           AND p.`manufacture_scheduling_id` = #{schedulingId}
+        ORDER BY p.`create_time` DESC
     </select>
 </mapper>

--
Gitblit v1.9.3