From 3c6bfffc6a732b54247dbc180740e9f6f912dbc3 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 23 八月 2024 16:29:58 +0800
Subject: [PATCH] 优化采购提示消息不准确问题
---
java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
index a0a7296..2ac2beb 100755
--- a/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/RoomServiceDaoImplMapper.xml
@@ -787,14 +787,14 @@
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
- <!--order by f.seq,u.unit_num,CONVERT(t.layer,SIGNED),CONVERT(t.room_num,SIGNED) asc-->
- order by t.create_time desc
- <if test="page != -1 and page != null">
- limit #{page},#{row}
- </if>
- </select>
+ order by f.seq,u.unit_num,CONVERT(t.layer,SIGNED),CONVERT(t.room_num,SIGNED) asc
+ <!-- order by t.create_time desc-->
+ <if test="page != -1 and page != null">
+ limit #{page},#{row}
+ </if>
+</select>
- <!-- 鏍规嵁涓氫富鏌ヨ鎴垮眿淇℃伅 -->
+<!-- 鏍规嵁涓氫富鏌ヨ鎴垮眿淇℃伅 -->
<select id="getRoomInfoByOwner" parameterType="Map" resultType="Map">
SELECT
t.fee_coefficient,t.fee_coefficient feeCoefficient,t.section,t.status_cd,t.status_cd
--
Gitblit v1.8.0