问题调试

This commit is contained in:
徐俊杰 2023-03-31 16:46:22 +08:00
parent 24919d61c8
commit 874e8d31dc

View File

@ -187,7 +187,7 @@ func (a ArtistInfoArtworkLogic) GetArtworkLockHistoryGroup(request *artistInfoAr
}
}
res.GroupList[groupIndex].DataList = append(res.GroupList[groupIndex].DataList, artwork)
res.GroupList[groupIndex].DataList = append(res.GroupList[groupIndex].DataList, thisArtwork)
}
fmt.Println("previewListRes count", len(previewListRes.Data))
return