This commit is contained in:
Gordon 2022-06-07 11:24:27 +08:00
parent 6efb1a6705
commit ae52f85502

View File

@ -108,7 +108,7 @@ func (och *OnlineHistoryConsumerHandler) Run(channelID int) {
for _, v := range msgList { for _, v := range msgList {
log.Debug(triggerID, "msg come to storage center", v.String()) log.Debug(triggerID, "msg come to storage center", v.String())
if v.MsgData == nil { if v.MsgData == nil {
log.NewWarn(triggerID, "msg come to storage center nil", v.String()) log.NewWarn(triggerID, "msg come to storage center nil", v.String(), v.OperationID)
continue continue
} }
isHistory := utils.GetSwitchFromOptions(v.MsgData.Options, constant.IsHistory) isHistory := utils.GetSwitchFromOptions(v.MsgData.Options, constant.IsHistory)