李昊 4 年之前
父節點
當前提交
fb5e1055b3

+ 1 - 1
gx_api/GxPress/Model/GxPress.EnumConst/AllTypeConst.cs

@@ -3,7 +3,7 @@ using System.ComponentModel;
 namespace GxPress.EnumConst
 {
     /// <summary>
-    /// 文件夹类型  文章100,话题2,收藏3,笔记4,通知5,站内信6,小组7,收藏文件夹12,笔记文件夹13,工作流审批14,文件300,图片301,会议纪要8,会议详情500,财务报表601,人事报表602,出版报表603,书籍20,课程30,音频40,期刊50,视频60,名栏90,公众号110,刊期120
+    /// 文件夹类型  文章100,话题2,收藏3,笔记4,通知5,站内信6,小组7,收藏文件夹12,笔记文件夹13,工作流审批14,文件300,图片301,会议纪要8,会议详情500,财务报表601,人事报表602,出版报表603,书籍20,课程30,音频40,期刊50,视频60,名栏90,公众号110,刊期120,收件箱 800
     /// </summary>
     public enum AllTypeConst
     {

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

@@ -400,7 +400,7 @@ namespace GxPress.Service.Implement.Collection
                         articleImgUrl.Add(StringUtils.AddDomain(block));
                 list = new CollectionContentJsonData
                 {
-                    Author = articleResult.Source,
+                    Author = articleResult.Author,
                     Title = articleResult.Title,
                     CreatedData = articleResult.AddDate,
                     Type = collectionType,