Merge remote-tracking branch 'origin/tuoyun' into tuoyun

This commit is contained in:
Gordon
2022-05-25 16:37:29 +08:00
-1
View File
@@ -116,7 +116,6 @@ func (d *DataBases) DelMsgBySeqList(userID string, seqList []uint32, operationID
lock.Lock()
totalUnexistSeqList = append(totalUnexistSeqList, unexistSeqList...)
lock.Unlock()
wg.Done()
}(k, v, operationID)
}
return totalUnexistSeqList, err