|
|
@@ -1391,7 +1391,7 @@ class Customer extends Base
|
|
|
}
|
|
|
$staff_where = [];
|
|
|
$staff_where[]=['id','in',$v['owner_staff_id']];
|
|
|
- $staff_list = $staffModel->where(['id'=>['in',$v['owner_staff_id']]])->field('name')->select()->toArray();
|
|
|
+ $staff_list = $staffModel->where(['id'=>['in',$v['owner_staff_id']]])->field('name')->select();
|
|
|
$satff_arr = array_column($staff_list,'name');
|
|
|
$staff_str = implode('/',$satff_arr);
|
|
|
$field = array(
|