Commit cb8be023 authored by lixuan's avatar lixuan

Merge branch 'dev-lx' into 'dev'

feat: 房源

See merge request !32
parents 96c53d04 535fb0d6
...@@ -18,6 +18,8 @@ public class HouseResourcePage { ...@@ -18,6 +18,8 @@ public class HouseResourcePage {
private String four; private String four;
private String wgName;
private int type; private int type;
private String projectId; private String projectId;
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</insert> </insert>
<select id="selectPage" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage"> <select id="selectPage" resultType="com.ruoyi.system.domain.house.vo.HouseResourcePage">
select * from house_resource SELECT t1.*, t2.wg_name AS wgName FROM house_resource t1 LEFT JOIN grid_region t2 ON t1.four = t2.id
<where> <where>
<if test="query.two != null and query.two != ''"> <if test="query.two != null and query.two != ''">
and two like concat('%', #{query.two}, '%') and two like concat('%', #{query.two}, '%')
......
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