fix: 修复排序失效的bug

This commit is contained in:
xiaojunnuo
2024-10-14 14:00:24 +08:00
parent cf92db7ed1
commit 1f0742ef9f
5 changed files with 9 additions and 9 deletions
@@ -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);