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;