|
|
@@ -29,7 +29,7 @@ use think\db\exception\DbException;
|
|
|
use think\db\exception\ModelNotFoundException;
|
|
|
|
|
|
/**
|
|
|
- * Class Award
|
|
|
+ * Class OilLevel
|
|
|
* app\controller\admin\user
|
|
|
* 用户扩展字段设置
|
|
|
*/
|
|
|
@@ -52,7 +52,7 @@ class OilLevel extends BaseController
|
|
|
public function lst()
|
|
|
{
|
|
|
[$page, $limit] = $this->getPage();
|
|
|
- $where = $this->request->params(['day']);
|
|
|
+ $where = $this->request->params(['']);
|
|
|
return app('json')->success($this->repository->getList($where, $page, $limit));
|
|
|
}
|
|
|
/**
|