Commit b6d5eb52 authored by lixuan's avatar lixuan

feat: 房源

parent 72834627
Pipeline #145952 failed with stages
......@@ -220,7 +220,7 @@
and t4.principal like concat('%', #{query.principal}, '%')
</if>
<if test="query.principalTel != null and query.principalTel != ''">
and t4.principalTel like concat('%', #{query.principalTel}, '%')
and t4.principal_tel like concat('%', #{query.principalTel}, '%')
</if>
<if test="query.business != null and query.business != ''">
and t4.business like concat('%', #{query.business}, '%')
......@@ -388,7 +388,7 @@
and t4.principal like concat('%', #{query.principal}, '%')
</if>
<if test="query.principalTel != null and query.principalTel != ''">
and t4.principalTel like concat('%', #{query.principalTel}, '%')
and t4.principal_tel like concat('%', #{query.principalTel}, '%')
</if>
<if test="query.business != null and query.business != ''">
and t4.business like concat('%', #{query.business}, '%')
......@@ -550,7 +550,7 @@
and t4.principal like concat('%', #{query.principal}, '%')
</if>
<if test="query.principalTel != null and query.principalTel != ''">
and t4.principalTel like concat('%', #{query.principalTel}, '%')
and t4.principal_tel like concat('%', #{query.principalTel}, '%')
</if>
<if test="query.business != null and query.business != ''">
and t4.business like concat('%', #{query.business}, '%')
......@@ -737,7 +737,7 @@
and t4.principal like concat('%', #{query.principal}, '%')
</if>
<if test="query.principalTel != null and query.principalTel != ''">
and t4.principalTel like concat('%', #{query.principalTel}, '%')
and t4.principal_tel like concat('%', #{query.principalTel}, '%')
</if>
<if test="query.business != null and query.business != ''">
and t4.business like concat('%', #{query.business}, '%')
......
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