mirror of
https://github.com/certd/certd.git
synced 2026-07-14 17:53:28 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -22,7 +22,7 @@ export class GroupController extends CrudController<GroupService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.pipelineGroup;
|
||||
return AuditType.pipelineGroup.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: Constants.per.authOnly, summary: "查询分组分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user