Commit 2da62dba by 王召彬

Merge branch 'master' into test

parents d334e282 fe59152c
......@@ -180,7 +180,7 @@ class User
public function getAgentId()
{
return $this->getValue('agentId');
return intval($this->getValue('agentId'));
}
public function getScope()
......
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