Commit 816f62cf authored by jiaorz's avatar jiaorz

修改提前还车逻辑

parent 5b3ec70c
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
select d.userid from app_user_login l select d.userid from app_user_login l
left join app_user_detail d left join app_user_detail d
on d.userid = l.id on d.userid = l.id
where d.realname like concat("%", '#{keywords}', "%") or l.username like concat("%", '#{keywords}', "%") where d.realname like concat("%", #{keywords}, "%") or l.username like concat("%", #{keywords}, "%")
</select> </select>
......
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