mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
fix: 修复排序失效的bug
This commit is contained in:
@@ -31,7 +31,7 @@ export class CnameRecordController extends CrudController<CnameRecordService> {
|
||||
const pageRet = await this.getService().page({
|
||||
query: body.query,
|
||||
page: body.page,
|
||||
order: body.order,
|
||||
sort: body.sort,
|
||||
buildQuery: bq,
|
||||
});
|
||||
return this.ok(pageRet);
|
||||
|
||||
Reference in New Issue
Block a user