|
@@ -401,6 +401,7 @@ class MemberService extends BaseService
|
|
|
ActionLogModel::setRecord($adminId, ['type' => 1, 'title' => '修改会员推荐人', 'content' => json_encode($params, 256), 'module' => 'admin']);
|
|
ActionLogModel::setRecord($adminId, ['type' => 1, 'title' => '修改会员推荐人', 'content' => json_encode($params, 256), 'module' => 'admin']);
|
|
|
ActionLogModel::record();
|
|
ActionLogModel::record();
|
|
|
$this->error = '修改成功';
|
|
$this->error = '修改成功';
|
|
|
|
|
+ RedisService::keyDel("caches:members*");
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -452,6 +453,7 @@ class MemberService extends BaseService
|
|
|
ActionLogModel::setRecord($adminId, ['type' => 1, 'title' => '修改会员账户', 'content' => json_encode($params, 256), 'module' => 'admin']);
|
|
ActionLogModel::setRecord($adminId, ['type' => 1, 'title' => '修改会员账户', 'content' => json_encode($params, 256), 'module' => 'admin']);
|
|
|
ActionLogModel::record();
|
|
ActionLogModel::record();
|
|
|
$this->error = '修改成功';
|
|
$this->error = '修改成功';
|
|
|
|
|
+ RedisService::keyDel("caches:members*");
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|