From f609921ada886767a0c5ca9154899f03f599870a Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Sat, 20 Apr 2024 13:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=BB=91=E5=AE=9A=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E7=9A=84=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/base/MaLabelBindMapper.xml | 1 + 1 file changed, 1 insertion(+) 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 e521c2b1..a1798b36 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 @@ -96,6 +96,7 @@ and a.company_id = #{companyId} and mt.type_id= #{modelId} and mt3.type_name = #{wpName} + order by a.bind_time desc