by Robin at 20241209
This commit is contained in:
parent
b1f3ed40a9
commit
16b2d31fb5
|
@ -389,7 +389,9 @@ func (s *NotifBcstCenter) tryToReplaceRecentReceive(recentReceiveMap map[int64]*
|
|||
recentReceiveMap[notifReceive.NType].Rt = notifReceive.Ct
|
||||
}
|
||||
} else {
|
||||
recentReceiveMap[notifReceive.NType].Nid = notifReceive.Nid
|
||||
recentReceiveMap[notifReceive.NType].Rt = notifReceive.Ct
|
||||
recentReceiveMap[notifReceive.NType] = &dbstruct.NotifRecentReceive{
|
||||
Nid: notifReceive.Nid,
|
||||
Rt: notifReceive.Ct,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue