傅行帆 6 年之前
父節點
當前提交
09fd212c4c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml

+ 1
- 1
CODE/smart-community/property-api/src/main/resources/mapper/HotelRoomMapper.xml 查看文件

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