by Robin at 20241213

This commit is contained in:
Robin 2024-12-13 18:54:09 +08:00
parent 775595eeb7
commit 87da42d38f
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ func (handler *NotifBuilderHandler) handleAudProfileChangeApplied() {
handler.handlerMap[consts.AudNotifTemp_ProfileChangeApplied] = func(ctx *gin.Context, args ...any) {
req := args[0].(*zoneproto.ApiUpdateReq)
if req.Zone.Profile != nil {
DefaultService.utilWriteNotifInfo(ctx, consts.AudNotifTemp_ProfileChangeApplied, req.Zone.GetMid())
DefaultService.utilWriteNotifInfo(ctx, consts.AudNotifTemp_ProfileChangeApplied, req.BaseRequest.Mid)
}
}
}