|
@@ -128,6 +128,9 @@ class AdminController extends BaseController
|
|
|
} else {
|
|
} else {
|
|
|
$ghsDevice->pwdLoginTime = date('Y-m-d H:i:s');
|
|
$ghsDevice->pwdLoginTime = date('Y-m-d H:i:s');
|
|
|
}
|
|
}
|
|
|
|
|
+ $ghsDevice->mainId = $this->mainId;
|
|
|
|
|
+ $ghsDevice->shopId = $this->shopId;
|
|
|
|
|
+ $ghsDevice->adminId = $this->adminId;
|
|
|
$ghsDevice->save();
|
|
$ghsDevice->save();
|
|
|
}
|
|
}
|
|
|
|
|
|