WIN-2308041133\Administrator 11 tháng trước cách đây
mục cha
commit
a08e1667fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/admin/user/Award.php

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

@@ -76,7 +76,7 @@ class Award extends BaseController
     {
         [$page, $limit] = $this->getPage();
         $where = $this->request->params(['']);
-        return app('json')->success($this->repository->getList($where, $page, $limit));
+        return app('json')->success($repository->getList($where, $page, $limit));
     }
     /**
      * 添加