From 4e4b96ef73db8d36d1cc7e2ec87d38d397c96078 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 26 一月 2023 16:26:48 +0800
Subject: [PATCH] 优化审核代码
---
java110-db/src/main/resources/mapper/common/MachineTypeV1ServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/common/MachineTypeV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/MachineTypeV1ServiceDaoImplMapper.xml
index 3d1f997..612d7bf 100644
--- a/java110-db/src/main/resources/mapper/common/MachineTypeV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/MachineTypeV1ServiceDaoImplMapper.xml
@@ -137,7 +137,7 @@
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
- order by t.seq desc,t.create_time desc
+ order by t.seq
<if test="page != -1 and page != null ">
limit #{page}, #{row}
</if>
--
Gitblit v1.8.0