lihao 4 년 전
부모
커밋
68c36dc80c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gx_api/GxPress/Service/GxPress.Service.Implement/Missive/MissiveService.cs

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Missive/MissiveService.cs

@@ -439,7 +439,7 @@ namespace GxPress.Service.Implement.Missive
             //总数量
             missiveInfoResult.AllCount = missiveAddressees.Count();
             var analyzeRequest = new Request.App.Analyze.AnalyzeRequest();
-            analyzeRequest.TypeValue = 4;
+            analyzeRequest.TypeValue = AllTypeConst.Missive.GetHashCode();
             analyzeRequest.AnalyzeType = 1;
             analyzeRequest.SourceId = missiveId;
             analyzeRequest.UserId = userId;