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;