Commit 4842a567 authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle'

parents c0e2b1d0 b4b3a740
......@@ -265,7 +265,7 @@
and username like CONCAT ("%", #{realName}, "%")
</if>
<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 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