李昊 4 年之前
父節點
當前提交
6e04036bd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Collection/CollectionService.cs

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Collection/CollectionService.cs

@@ -458,7 +458,7 @@ namespace GxPress.Service.Implement.Collection
             }
 
             //笔记
-            if (collectionType == GxPress.EnumConst.AllTypeConst.Notice.GetHashCode() || collectionType == 21)
+            if (collectionType == GxPress.EnumConst.AllTypeConst.Note.GetHashCode() || collectionType == 21)
             {
                 var note = await _noteRepository.GetAsync(collectionDataId);
                 if (note != null)