Commit 63460740 authored by lixuan's avatar lixuan

feat: 房源

parent a41fab83
Pipeline #145224 canceled with stages
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
FROM FROM
house_resource t1 house_resource t1
LEFT JOIN grid_region t2 ON t2.wg_code = t1.four LEFT JOIN grid_region t2 ON t2.wg_code = t1.four
LEFT JOIN business_entity_info t3 ON t1.id = t3.house_resource_id limit 0, 100 LEFT JOIN business_entity_info t3 ON t1.id = t3.house_resource_id
<where> <where>
<if test="query.wgType != null"> <if test="query.wgType != null">
and t1.type = #{query.wgType} and t1.type = #{query.wgType}
......
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