|
@@ -153,7 +153,7 @@ namespace GxPress.Service.Implement.Collection
|
|
|
collection.EndCollectionType = collectionEntity.EndCollectionType;
|
|
|
}
|
|
|
//笔记
|
|
|
- else if (request.CollectionType == AllTypeConst.Note.GetHashCode() || request.CollectionType == 21)
|
|
|
+ else if (request.CollectionType == AllTypeConst.Note.GetHashCode() || request.CollectionType == AllTypeConst.TopicNote.GetHashCode())
|
|
|
{
|
|
|
//收藏
|
|
|
analyzeRequest.TypeValue = request.CollectionType;
|