傅行帆 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
         <if test="tpRentalHouse.endPrice != null and tpRentalHouse.endPrice != ''">
39
         <if test="tpRentalHouse.endPrice != null and tpRentalHouse.endPrice != ''">
40
             and t.rental_price  &lt;= #{tpRentalHouse.endPrice,jdbcType=INTEGER}
40
             and t.rental_price  &lt;= #{tpRentalHouse.endPrice,jdbcType=INTEGER}
41
         </if>
41
         </if>
42
+        order by t.sort
42
     </select>
43
     </select>
43
 </mapper>
44
 </mapper>