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;