@@ -39,6 +39,6 @@
<if test="tpRentalHouse.endPrice != null and tpRentalHouse.endPrice != ''">
and t.rental_price <= #{tpRentalHouse.endPrice,jdbcType=INTEGER}
</if>
- order by t.sort
+ order by t.sort, t.update_date desc
</select>
</mapper>