Commit 6eabc384 authored by zw's avatar zw

搜索控制

parent 83e0bd26
......@@ -137,7 +137,6 @@ class UPhoneFollowPp extends BaseModel
->join("a_agents b", "a.agent_id = b.id", "left")
->join("a_store c", "b.store_id = c.id", "left")
->where($where_)
->limit(50)
->select();
return $result;
......
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