WIN-2308041133\Administrator 6 ماه پیش
والد
کامیت
cbe5bc4e28
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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));
     }