Quellcode durchsuchen

后台-用户推荐节点身份修改记录展示/用户上下级展示-all beta

xupuyuan vor 11 Monaten
Ursprung
Commit
1a99ca86ff
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/controller/admin/user/User.php

+ 1 - 1
app/controller/admin/user/User.php

@@ -848,7 +848,7 @@ class User extends BaseController
848
      * */
848
      * */
849
     public function changeProLevel($id,UserRepository $repository) {
849
     public function changeProLevel($id,UserRepository $repository) {
850
         $level_account = $this->request->param('level_account');
850
         $level_account = $this->request->param('level_account');
851
-        $levelId = $this->request->param->levelId();
851
+        $levelId = $this->request->param('spread_account_old');
852
         $mark = '后台管理员修改用户节点人';
852
         $mark = '后台管理员修改用户节点人';
853
         if (!$id) {
853
         if (!$id) {
854
             return app('json')->fail("参数丢失");
854
             return app('json')->fail("参数丢失");