lip 3 月之前
父节点
当前提交
d31e1b963b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/Kefu.php

+ 1 - 1
app/admin/controller/Kefu.php

@@ -312,7 +312,7 @@ class Kefu extends BaseController
                 //         $query->where('admin.department_id', $parent_department_id);
                 //     }
                 // })
-                ->where('admin.id','<>', $this->admin_id)
+                //->where('admin.id','<>', $this->admin_id)
                 ->whereIn('user.user_id', $cs_uids)
                 ->order('user.is_online', 'desc')
                 ->order('admin.department_id', 'asc')