|
@@ -616,6 +616,8 @@ func DelRepeatSearchData(resOne, resTwo []*bxcore.SearchList) []*bxcore.SearchLi
|
|
|
}
|
|
|
}
|
|
|
resOne = append(resOne, resTwo...)
|
|
|
+ } else {
|
|
|
+ resOne = append(resOne, resTwo...)
|
|
|
}
|
|
|
//sort.Slice(resOne, func(i, j int) bool {
|
|
|
// return resOne[i].PublishTime > resOne[j].PublishTime
|