傅行帆 пре 6 година
родитељ
комит
d345380d91

+ 1
- 0
CODE/smart-community/property-api/src/main/resources/mapper/TpRentalHouseMapper.xml Прегледај датотеку

@@ -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>