test cron

This commit is contained in:
wangchuxiao 2022-12-28 11:47:39 +08:00
parent ac99da044a
commit 458f872fe3

View File

@ -130,6 +130,7 @@ func deleteMongoMsg(operationID string, ID string, index int64, delStruct *delMs
msg.Msg = bytes
msg.SendTime = 0
hasMarkDelFlag = true
log.NewDebug(operationID, ID, msgPb.Seq)
} else {
if err := delMongoMsgsPhysical(delStruct.delUidList); err != nil {
return 0, err