mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
fix: 修复排序失效的bug
This commit is contained in:
@@ -26,7 +26,7 @@ export class AccessController extends CrudController<AccessService> {
|
||||
const res = await this.service.page({
|
||||
query: body.query,
|
||||
page: body.page,
|
||||
order: body.order,
|
||||
sort: body.sort,
|
||||
buildQuery,
|
||||
});
|
||||
return this.ok(res);
|
||||
|
||||
Reference in New Issue
Block a user