lihao 4 年之前
父節點
當前提交
c96bc91727
共有 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

@@ -277,7 +277,7 @@ namespace GxPress.Service.Implement.Note
                 analyzeRequest.AnalyzeType = 3;
                 analyzeRequest.CommentId = 0;
                 analyzeRequest.SourceId = request.FolderId;
-                analyzeRequest.UserId =request.VisitUserId;
+                analyzeRequest.UserId = request.UserId;
                 analyzeRequest.TypeValue = request.FolderId == 0 ? AllTypeConst.TopicNoteAll.GetHashCode() : AllTypeConst.TopicNoteFolder.GetHashCode();
                 result.IsCollect = await _analyzeService.ExistsSourceUserAsync(analyzeRequest);
                 analyzeRequest.AnalyzeType = 4;