This commit is contained in:
wangchuxiao 2022-05-25 16:33:28 +08:00
parent 657ec411c3
commit eb2218c220

View File

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