|
|
@@ -816,7 +816,7 @@ class User extends BaseController
|
|
816
|
816
|
$spread_account = $this->request->param('spread_account');
|
|
817
|
817
|
$olld_id = Db::name('user')->where('uid', $id)->value('spread_uid')??0;
|
|
818
|
818
|
$mark = '后台管理员修改用户推荐人';
|
|
819
|
|
- Db::name("rrx_user_spread_change_records")->insert([
|
|
|
819
|
+ Db::name("user_spread_change_records")->insert([
|
|
820
|
820
|
'operation_id' => 1,
|
|
821
|
821
|
'uid' => 114514,
|
|
822
|
822
|
'old_spread_id' => $olld_id,
|