傅行帆 6 years ago
parent
commit
d345380d91

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/TpRentalHouseMapper.xml View File

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