Commit bc1aecf7 authored by clone's avatar clone

1

parent dc77ebc4
......@@ -1084,7 +1084,7 @@ class Users extends Model
->field($field)
->alias("a")
->join("u_user_agent b","a.id = b.user_id","left")
->join("a_agents c", "a.agent_id=b.id", "left")
->join("a_agents c", "b.agent_id=c.id", "left")
->where($params)
->limit(1)
->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