chore: log add

This commit is contained in:
xiaojunnuo
2026-08-02 17:06:46 +08:00
parent dc0845b2d2
commit 1c6ffe8ac6
@@ -129,6 +129,7 @@ export class UserSettingsController extends CrudController<UserSettingsService>
entity.userId = userId;
entity.setting = JSON.stringify({ preferences });
await this.service.save(entity);
this.auditLog({ content: "保存了用户偏好设置" });
return this.ok({});
}
}