正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -31,7 +31,7 @@ class CreateKeywordController extends BaseController | @@ -31,7 +31,7 @@ class CreateKeywordController extends BaseController | ||
| 31 | * @time :2023/12/19 9:31 | 31 | * @time :2023/12/19 9:31 |
| 32 | */ | 32 | */ |
| 33 | public function lists(CreateKeyword $createKeyword){ | 33 | public function lists(CreateKeyword $createKeyword){ |
| 34 | - $list = $createKeyword->list($this->map); | 34 | + $list = $createKeyword->list($this->map,'id',['*'],'asc'); |
| 35 | $this->response('success',Code::SUCCESS,$list); | 35 | $this->response('success',Code::SUCCESS,$list); |
| 36 | } | 36 | } |
| 37 | 37 |
-
请 注册 或 登录 后发表评论