Commit b5075374 authored by lixuan's avatar lixuan

feat: 房源

parent 93e45a4f
Pipeline #145526 failed with stages
......@@ -281,12 +281,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if>
<if test="query.yearSellMin != null and query.yearSellMin != ''">
and t5.year_sell <![CDATA[ >= ]]> #{query.yearSellMin}
</if>
<if test="query.yearSellMax != null and query.yearSellMax != ''">
and t5.year_sell <![CDATA[ <= ]]> #{query.yearSellMax}
</if>
</trim>
<if test="query.incomeSort != null and query.incomeSort != ''">
ORDER BY income ${query.incomeSort}
......@@ -452,12 +446,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if>
<if test="query.yearSellMin != null and query.yearSellMin != ''">
and t5.year_sell <![CDATA[ >= ]]> #{query.yearSellMin}
</if>
<if test="query.yearSellMax != null and query.yearSellMax != ''">
and t5.year_sell <![CDATA[ <= ]]> #{query.yearSellMax}
</if>
</trim>
</select>
<select id="selectList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
......@@ -620,12 +608,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if>
<if test="query.yearSellMin != null and query.yearSellMin != ''">
and t5.year_sell <![CDATA[ >= ]]> #{query.yearSellMin}
</if>
<if test="query.yearSellMax != null and query.yearSellMax != ''">
and t5.year_sell <![CDATA[ <= ]]> #{query.yearSellMax}
</if>
</trim>
</select>
<select id="exportList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
......@@ -781,12 +763,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if>
<if test="query.yearSellMin != null and query.yearSellMin != ''">
and t5.year_sell <![CDATA[ >= ]]> #{query.yearSellMin}
</if>
<if test="query.yearSellMax != null and query.yearSellMax != ''">
and t5.year_sell <![CDATA[ <= ]]> #{query.yearSellMax}
</if>
</trim>
</select>
<select id="selectAll" resultType="com.ruoyi.system.domain.house.HouseResource">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment