mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
perf: [comm] 支持插件管理
This commit is contained in:
@@ -28,7 +28,12 @@ export class CnameRecordController extends CrudController<CnameRecordService> {
|
||||
}
|
||||
};
|
||||
|
||||
const pageRet = await this.getService().page(body?.query, body?.page, body?.sort, bq);
|
||||
const pageRet = await this.getService().page({
|
||||
query: body.query,
|
||||
page: body.page,
|
||||
order: body.order,
|
||||
buildQuery: bq,
|
||||
});
|
||||
return this.ok(pageRet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user