WIN-2308041133\Administrator 5 months ago
parent
commit
12ccfee4cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/admin/user/Award.php

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

@@ -46,7 +46,7 @@ class Award extends BaseController
     public function lst()
     {
         [$page, $limit] = $this->getPage();
-        $where = $this->request->params(['date']);
+        $where = $this->request->params(['day']);
         return app('json')->success($this->repository->getList($where, $page, $limit));
     }