Merge pull request 'by Robin at 20241213' (#898) from feat-IRONFANS-212-Robin into test
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/service/pulls/898
This commit is contained in:
commit
7968e0df10
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue