From 3e1b6ae9284764856d21170fd62451548d8d3f49 Mon Sep 17 00:00:00 2001
From: TQS <56479841@qq.com>
Date: 星期一, 06 二月 2023 14:27:44 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/MatMapper.xml b/src/main/resources/mapper/MatMapper.xml
index 6ec9eef..5cffd06 100644
--- a/src/main/resources/mapper/MatMapper.xml
+++ b/src/main/resources/mapper/MatMapper.xml
@@ -74,7 +74,7 @@
         <if test="specs != null and specs != ''">
             and mm.specs like concat('%',#{specs},'%')
         </if>
-        ORDER BY mm.create_time DESC
+        ORDER BY mm.inout_everyday desc, mm.create_time DESC
     </select>
 
     <select id="selectByMatnr" resultMap="BaseResultMap">

--
Gitblit v1.9.1