Commit 6ff37f0e authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle' into dev

parents e6d81eed b4b3a740
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,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