moonsflyer 8 месяцев назад
Родитель
Сommit
8b704c51a8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/admin/controller/qingdong/customer/Customer.php

+ 1 - 1
application/admin/controller/qingdong/customer/Customer.php

@@ -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(