Commit b4b3a740 authored by jiaorz's avatar jiaorz

租车筛选

parent 52161f5c
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
and username like CONCAT ("%", #{realName}, "%") and username like CONCAT ("%", #{realName}, "%")
</if> </if>
<if test="keywords != null and keywords != ''"> <if test="keywords != null and keywords != ''">
and (telephone like CONCAT ("%", #{phone}, "%") or username like CONCAT ("%", #{realName}, "%")) and (telephone like CONCAT ("%", #{keywords}, "%") or username like CONCAT ("%", #{keywords}, "%"))
</if> </if>
<if test="userId != null"> <if test="userId != null">
......
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