moonsflyer 8 ay önce
ebeveyn
işleme
823965ee56

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

@@ -1342,12 +1342,12 @@ class Customer extends Base
 
         }
         $owner_staff_id = $wheres['owner_staff_id'];
-        $owner_staff_id_arr = explode(',',$owner_staff_id);
-        foreach ($owner_staff_id_arr as $k=>$v){
-            if($k==0){
-
-            }
-        }
+//        $owner_staff_id_arr = explode(',',$owner_staff_id);
+//        foreach ($owner_staff_id_arr as $k=>$v){
+//            if($k==0){
+//
+//            }
+//        }
         unset($wheres['owner_staff_id']);
         $list = $this->model->where($where)->with(['ownerStaff','customerOther'])
             ->where($wheres)