test cron

This commit is contained in:
wangchuxiao 2022-12-28 11:15:15 +08:00
parent f9fdd540f9
commit a6bd8e5205

View File

@ -140,7 +140,7 @@ func deleteMongoMsg(operationID string, ID string, index int64, delStruct *delMs
return delStruct.getSetMinSeq(), utils.Wrap(err, "")
}
}
return msgPb.Seq + 1, nil
return msgPb.Seq, nil
}
}
}