客户回访调整
This commit is contained in:
@@ -53,6 +53,7 @@ class Firmcustomerfollowuptimelist extends Backend
|
||||
$list = $this->model
|
||||
->with(['firmcustomerfollowuprecord'])
|
||||
->where($where)
|
||||
->where('firmcustomerfollowuprecord_id','=',input('ids'))
|
||||
->order($sort, $order)
|
||||
->paginate($limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user