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