WIN-2308041133\Administrator hai 9 meses
pai
achega
cbe5bc4e28
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(['day']);
+        $where = $this->request->params(['day']);
         return app('json')->success($this->repository->getList($where, $page, $limit));
     }