WIN-2308041133\Administrator 4 kuukautta sitten
vanhempi
commit
cc9fa844cc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/controller/api/user/UserExtract.php

+ 1 - 1
app/controller/api/user/UserExtract.php

@@ -152,7 +152,7 @@ class UserExtract extends BaseController
     public function history()
     public function history()
     {
     {
         $where= $this->request->params(['type']);
         $where= $this->request->params(['type']);
-        $data = $this->repository->getHistoryBank($this->request->userInfo()->uid,$where);
+        $data = $this->repository->getHistory($this->request->userInfo()->uid,$where);
         return app('json')->success($data ?? []);
         return app('json')->success($data ?? []);
     }
     }
 }
 }