From 01e5ca28924e901180834c9e1ab1b7e3b2abb534 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 06 四月 2023 14:04:48 +0800
Subject: [PATCH] optimize owner app owe fee bug
---
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
index 10d52ae..89f6622 100755
--- a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -790,7 +790,7 @@
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
- order by f.floor_num ,u.unit_num,CONVERT(t.layer,SIGNED),CONVERT(t.room_num,SIGNED) asc
+ order by f.seq ,u.unit_num,CONVERT(t.layer,SIGNED),CONVERT(t.room_num,SIGNED) asc
<if test="page != -1 and page != null">
limit #{page},#{row}
</if>
--
Gitblit v1.8.0