pull/329/head
wangchuxiao 3 years ago
parent f9fdd540f9
commit a6bd8e5205

@ -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
}
}
}

Loading…
Cancel
Save