Commit fe59152c by 王召彬

追加修改

parent 1d0d4704
......@@ -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