傅行帆 6 лет назад
Родитель
Сommit
09fd212c4c

+ 1
- 1
CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml Просмотреть файл

@@ -22,8 +22,8 @@
22 22
                 AND date_format(create_date, '%Y-%m-%d') <![CDATA[>= ]]> date_format(#{beginTime}, '%Y-%m-%d')
23 23
                 AND date_format(create_date, '%Y-%m-%d')<![CDATA[<= ]]> date_format(#{endTime}, '%Y-%m-%d')
24 24
             </if>
25
-            order by sort desc
26 25
         </where>
26
+        order by sort desc
27 27
     </select>
28 28
 
29 29
 </mapper>