跟进记录
This commit is contained in:
@@ -14,9 +14,9 @@ class FollowRecord extends Model
|
||||
* @param {*}
|
||||
* @return {*}
|
||||
*/
|
||||
public function getNewRecord($where)
|
||||
public function getNewRecord($where,$limit = '3')
|
||||
{
|
||||
return $this->where($where)->order()->limit('3')->fetchAll();
|
||||
return $this->where($where)->order()->limit($limit)->fetchAll();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user