Commit 83e0bd26 authored by zw's avatar zw

搜索控制

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