|
|
@@ -814,7 +814,7 @@ class User extends BaseController
|
|
814
|
814
|
public function changePro($id,UserRepository $repository)
|
|
815
|
815
|
{
|
|
816
|
816
|
$spread_account = $this->request->param('spread_account');
|
|
817
|
|
- $spread_account_old = $this->requet->param('spread_account_old');
|
|
|
817
|
+ $spread_account_old = $this->request->param('spread_account_old');
|
|
818
|
818
|
$account = explode('(', $spread_account_old)[0];
|
|
819
|
819
|
$mark = '后台管理员修改用户推荐人';
|
|
820
|
820
|
$spreadId = $this->request->param('old_spread_account');
|