wufeng 2 年 前
コミット
6a67573e05
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -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');
 
         //根据菜单筛选符合条件的共享数据
         //当前请求的接口地址