Commit 0a904bf2 authored by lixuan's avatar lixuan

feat: 房源

parent 0499ad85
Pipeline #145614 canceled with stages
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
and t4.nature = #{query.nature} and t4.nature = #{query.nature}
</if> </if>
<if test="query.fourOrHouseNumber != null and query.fourOrHouseNumber != ''"> <if test="query.fourOrHouseNumber != null and query.fourOrHouseNumber != ''">
and (t1.four like concat('%', #{query.fourOrHouseNumber}, '%') or t1.house_number like concat('%', #{query.fourOrHouseNumber}, '%')) and t2.wg_name like concat('%', #{query.fourOrHouseNumber}, '%')
</if> </if>
<if test="query.wgCodes != null and query.wgCodes.size() > 0"> <if test="query.wgCodes != null and query.wgCodes.size() > 0">
and t1.two in and t1.two in
......
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