Commit 6feb5e7c authored by lixuan's avatar lixuan

feat: 房源

parent 6f6b6e56
......@@ -129,8 +129,7 @@
LEFT JOIN grid_region t2 ON t2.wg_code = t1.four
LEFT JOIN business_entity_info t3 ON t1.id = t3.house_resource_id
LEFT JOIN business_entity_sell t4 ON t4.business_entity_info_id = t3.id
<where>
and t1.show_flag = 1
where t1.rental_unit = 5 and t1.show_flag = 1
<if test="query.wgType != null">
and t1.type = #{query.wgType}
</if>
......@@ -170,7 +169,6 @@
#{item}
</foreach>
</if>
</where>
GROUP BY t1.id
</select>
<select id="selectProfileGraph" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
......
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