|
@@ -88,9 +88,9 @@ class RoleEvent
|
|
|
'status' => 1
|
|
|
]);
|
|
|
}else$info->RoleInfo->save( [
|
|
|
- 'action_conllect' => $action,
|
|
|
+ 'action_conllect' => $action['action']??[],
|
|
|
'action_data' => [],
|
|
|
- 'private_data' => [],
|
|
|
+ 'private_data' => $action['private']??[],
|
|
|
]);
|
|
|
if($event->belong_role_id==0){
|
|
|
$event->belong_role_id =$info->id;
|