From b6f46c6b4f06b1189427ba3ffe47636090cf7260 Mon Sep 17 00:00:00 2001
From: sliang <1589399930@qq.com>
Date: Tue, 19 Dec 2023 09:58:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E6=9C=BA=E5=85=B7=E7=AE=A1=E7=90=86-?=
=?UTF-8?q?=E5=BA=93=E7=AE=A1=E5=91=98=E9=85=8D=E7=BD=AE=EF=BC=9B=E7=BB=B4?=
=?UTF-8?q?=E4=BF=AE=E7=8F=AD=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/base/MaintenanceGangMapper.xml | 2 ++
.../src/main/resources/mapper/base/WarehouseKeeperMapper.xml | 2 ++
.../src/main/resources/mapper/material/AgreementInfoMapper.xml | 1 +
.../resources/mapper/material/ReturnOfMaterialsInfoMapper.xml | 1 +
4 files changed, 6 insertions(+)
diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
index 234e447f..2bc77e91 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/MaintenanceGangMapper.xml
@@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND mt3.type_name like concat('%', #{typeName}, '%')
+ ORDER BY mt.type_id DESC
\ No newline at end of file
diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/WarehouseKeeperMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/WarehouseKeeperMapper.xml
index e5b7871c..1f15e1a8 100644
--- a/sgzb-modules/sgzb-base/src/main/resources/mapper/base/WarehouseKeeperMapper.xml
+++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/base/WarehouseKeeperMapper.xml
@@ -38,6 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND mt3.type_name like concat('%', #{typeName}, '%')
+ ORDER BY mt.type_id DESC
\ No newline at end of file
diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
index 74c365f9..dedc9c00 100644
--- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
+++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml
@@ -117,6 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and bp.lot_id = #{projectId}
+ ORDER BY bai.agreement_id DESC