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