李昊 4 年之前
父节点
当前提交
ef354d78e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Note/NoteService.cs

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Note/NoteService.cs

@@ -497,7 +497,7 @@ namespace GxPress.Service.Implement.Note
             await _visitService.AddVisit(userId, 4, id);
             //是否自建
             result.IsAdmin = note.UserId == userId;
-            var praisePageSearchRequest = new PraisePageSearchRequest { SourceId = id, TypeValue = AllTypeConst.Note.GetHashCode(), Page = 1, PerPage = 3 };
+            var praisePageSearchRequest = new PraisePageSearchRequest { SourceId = id, TypeValue =analyzeRequest.TypeValue, Page = 1, PerPage = 3 };
             result.NotePraisePagedList = await _analyzeService.GetPraisePageAsync(praisePageSearchRequest);
             return result;
         }