Li 2 năm trước cách đây
mục cha
commit
1f81a60102

+ 2 - 2
TEAMModelBI/Controllers/BICommon/BINoticeController.cs

@@ -163,8 +163,8 @@ namespace TEAMModelBI.Controllers.BICommon
                     tmdIds = tmdIds.Count > 0 ? tmdIds : new List<string>(),
                     tmdIds = tmdIds.Count > 0 ? tmdIds : new List<string>(),
                     schoolIds = schoolIds.Count > 0 ? schoolIds : new List<string>(),
                     schoolIds = schoolIds.Count > 0 ? schoolIds : new List<string>(),
                     areaIds = areaIds.Count > 0 ? areaIds : new List<string>(),
                     areaIds = areaIds.Count > 0 ? areaIds : new List<string>(),
-                    type = $"{_crowdType}"
-                };
+                    types = _crowdType.ToObject<List<string>>()
+            };
 
 
                 if (tmdIds.Count > 0)
                 if (tmdIds.Count > 0)
                 {
                 {

+ 1 - 1
TEAMModelOS.SDK/Models/Cosmos/BI/BICommon/Notice.cs

@@ -77,6 +77,6 @@ namespace TEAMModelOS.SDK.Models.Cosmos.BI
         /// <summary>
         /// <summary>
         /// 接收类型
         /// 接收类型
         /// </summary>
         /// </summary>
-        public string type { get; set; }
+        public List<string> types { get; set; }
     }
     }
 }
 }