Commit 0f801e29 by feixiang

分店id

parent 7180440f
......@@ -127,10 +127,11 @@ class User
public function getSubStoreId()
{
$this->getValue('subStoreId');
return $this->getValue('subStoreId')??0;
}
public function fill($arr)
{
foreach ($arr as $name => $value) {
......
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