@@ -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));
}