From df5d92ef99916d0e0bdd5cf4aea49181412b9d25 Mon Sep 17 00:00:00 2001
From: gmhao <1285330039@qq.com>
Date: Sat, 23 Dec 2023 21:33:04 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=8C=E7=BB=B4=E7=A0=81?=
=?UTF-8?q?=20=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/base/MaLabelBindMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaLabelBindMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaLabelBindMapper.xml
index aa7dc993..62e519d2 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaLabelBindMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaLabelBindMapper.xml
@@ -57,7 +57,7 @@
and mt3.type_name = #{wpName}
and b.is_bind = #{isBind}
- ORDER BY b.is_bind ASC,b.create_time DESC
+ ORDER BY b.is_bind ASC,a.bind_time DESC,b.create_time DESC