傅行帆 6 년 전
부모
커밋
d345380d91
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      CODE/smart-community/property-api/src/main/resources/mapper/TpRentalHouseMapper.xml

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