|
|
@ -116,7 +116,6 @@ func (d *DataBases) DelMsgBySeqList(userID string, seqList []uint32, operationID
|
|
|
|
lock.Lock()
|
|
|
|
lock.Lock()
|
|
|
|
totalUnexistSeqList = append(totalUnexistSeqList, unexistSeqList...)
|
|
|
|
totalUnexistSeqList = append(totalUnexistSeqList, unexistSeqList...)
|
|
|
|
lock.Unlock()
|
|
|
|
lock.Unlock()
|
|
|
|
wg.Done()
|
|
|
|
|
|
|
|
}(k, v, operationID)
|
|
|
|
}(k, v, operationID)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return totalUnexistSeqList, err
|
|
|
|
return totalUnexistSeqList, err
|
|
|
|