Commit b33585b0 by feixiang

query重构

parent 7a7a3d5f
...@@ -84,7 +84,7 @@ class User ...@@ -84,7 +84,7 @@ class User
public function setOpenId($value) public function setOpenId($value)
{ {
$this->setValue('openId', $value); $this->setValue('openid', $value);
} }
...@@ -127,7 +127,7 @@ class User ...@@ -127,7 +127,7 @@ class User
public function getOpenId() public function getOpenId()
{ {
return $this->getValue('openId'); return $this->getValue('openid');
} }
......
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