lihao лет назад: 4
Родитель
Сommit
488cb087dd

+ 2 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Middle/MiddleService.cs

@@ -345,7 +345,8 @@ namespace GxPress.Service.Implement.Middle
                         }
 
                         //删除笔记收藏
-                        if (item.CollectionType == AllTypeConst.Note.GetHashCode())
+                        if (item.CollectionType == AllTypeConst.Note.GetHashCode() || item.CollectionType == AllTypeConst.TopicNote.GetHashCode()
+                        || item.CollectionType == AllTypeConst.TopicNoteAll.GetHashCode() || item.CollectionType == AllTypeConst.TopicNoteFolder.GetHashCode())
                         {
                             analyzeRequest.TypeValue = item.CollectionType;
                             var analyze = await analyzeService.GetAnalyzeAsync(analyzeRequest);