Commit b5075374 authored by lixuan's avatar lixuan

feat: 房源

parent 93e45a4f
Pipeline #145526 failed with stages
...@@ -281,12 +281,6 @@ ...@@ -281,12 +281,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''"> <if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax} and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if> </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> </trim>
<if test="query.incomeSort != null and query.incomeSort != ''"> <if test="query.incomeSort != null and query.incomeSort != ''">
ORDER BY income ${query.incomeSort} ORDER BY income ${query.incomeSort}
...@@ -452,12 +446,6 @@ ...@@ -452,12 +446,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''"> <if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax} and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if> </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> </trim>
</select> </select>
<select id="selectList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage"> <select id="selectList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
...@@ -620,12 +608,6 @@ ...@@ -620,12 +608,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''"> <if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax} and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if> </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> </trim>
</select> </select>
<select id="exportList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage"> <select id="exportList" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
...@@ -781,12 +763,6 @@ ...@@ -781,12 +763,6 @@
<if test="query.dayPriceMax != null and query.dayPriceMax != ''"> <if test="query.dayPriceMax != null and query.dayPriceMax != ''">
and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax} and dayPrice <![CDATA[ <= ]]> #{query.dayPriceMax}
</if> </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> </trim>
</select> </select>
<select id="selectAll" resultType="com.ruoyi.system.domain.house.HouseResource"> <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