mirror of
https://github.com/certd/certd.git
synced 2026-07-17 19:47:34 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -33,7 +33,7 @@ export class SysSettingsController extends CrudController<SysSettingsService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.settings;
|
||||
return AuditType.settings.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: "sys:settings:view", summary: "查询系统设置分页列表" })
|
||||
|
||||
Reference in New Issue
Block a user