Commit 935bfe3f by 王召彬

修改setValue

parent 488d0b21
...@@ -184,6 +184,7 @@ class User ...@@ -184,6 +184,7 @@ class User
{ {
$userInfo = []; $userInfo = [];
$userInfo['userInfo'][$key] = $value; $userInfo['userInfo'][$key] = $value;
RequestContext::removeContextDataByChildKey('userInfo', $key);
RequestContext::setContextData($userInfo); RequestContext::setContextData($userInfo);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment