xxxrrrdddd 3 年之前
父节点
当前提交
84df4d2dc2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      extend/fast/Auth.php

+ 1 - 0
extend/fast/Auth.php

@@ -159,6 +159,7 @@ class Auth
             ->field('aga.uid,aga.group_id,ag.id,ag.pid,ag.name,ag.rules')
             ->where("aga.uid='{$uid}' and ag.status='normal'")
             ->select();
+        $user_groups=$user_groups->toArray();
         $groups[$uid] = $user_groups ?: [];
         return $groups[$uid];
     }