From 3eef8b86e062a360222199b387168c763c85716b Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期三, 24 七月 2024 14:39:07 +0800
Subject: [PATCH] 不良品推送修改

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

diff --git a/src/main/resources/mapper/DefectiveProductsMapper.xml b/src/main/resources/mapper/DefectiveProductsMapper.xml
index 88b3f65..8d2d083 100644
--- a/src/main/resources/mapper/DefectiveProductsMapper.xml
+++ b/src/main/resources/mapper/DefectiveProductsMapper.xml
@@ -42,7 +42,7 @@
                 and confirm_status=#{dto.confirmStatus}
             </if>
         </where>
-           order by start_time desc
+           order by record_time desc
     </select>
 
     <select id="selectDefectiveHis" resultType="defectiveProductsHistory">

--
Gitblit v1.9.1