shish 1 rok temu
rodzic
commit
db6cc8a07e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      app-hd/controllers/LlUserController.php

+ 0 - 1
app-hd/controllers/LlUserController.php

@@ -19,7 +19,6 @@ class LlUserController extends BaseController
     {
         $get = Yii::$app->request->get();
         $where = [];
-        $where['mainId'] = $this->mainId;
         $respond = LlUserClass::getUserList($where);
         util::success($respond);
     }