Commit f6f9d6c6 authored by zw's avatar zw

搜索控制

parent 353ef496
......@@ -109,6 +109,7 @@ class FollowUpLogModel extends Model
->join("a_store c","b.store_id = c.id","left")
->join("o_report d","a.report_id = d.id","left")
->where($where_)
->limit(100) //20181229控制最多100条数据
->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