From 2fa59cb896243a42623dfb210dc5f426d9f93a78 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 22 二月 2023 00:23:56 +0800
Subject: [PATCH] 优化考勤人员
---
java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml
index 8f3cc11..d741ef1 100644
--- a/java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml
@@ -133,8 +133,6 @@
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
</if>
-
-
</select>
<select id="queryRoleCommunitysName" parameterType="Map" resultType="Map">
@@ -163,7 +161,7 @@
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
</if>
- order by t.create_time desc
+ order by t.community_id desc
<if test="page != -1 and page != null ">
limit #{page}, #{row}
</if>
--
Gitblit v1.8.0