@@ -1234,7 +1234,7 @@ if (!function_exists('get_handle_user_list')) {
$data = Db::name('user_role')
->where(['is_del' => 0, 'status' => 1])
->where('roleid IN ' . $roleids)
- ->column('uid', []);
+ ->column('uid');
//根据菜单筛选符合条件的共享数据
//当前请求的接口地址