客户回访调整

This commit is contained in:
meimei
2025-04-16 10:08:13 +08:00
parent 7891a254a1
commit 478e257bce
10 changed files with 435 additions and 26 deletions

View File

@@ -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);