|
@@ -165,7 +165,7 @@ namespace TEAMModelBI.Controllers.BICommon
|
|
|
tmdIds = tmdIds.Count > 0 ? tmdIds : new List<CrowdInfo>(),
|
|
|
schoolIds = schoolIds.Count > 0 ? schoolIds : new List<CrowdInfo>(),
|
|
|
areaIds = areaIds.Count > 0 ? areaIds : new List<CrowdInfo>(),
|
|
|
- types = _crowdType.ToObject<List<string>>()
|
|
|
+ types = $"{_crowdType}"
|
|
|
};
|
|
|
|
|
|
if (tmdIds.Count > 0)
|
|
@@ -238,7 +238,7 @@ namespace TEAMModelBI.Controllers.BICommon
|
|
|
}
|
|
|
catch (Exception ex)
|
|
|
{
|
|
|
- //_ = _dingDing.SendBotMsg($"BI, notion/PushNotion() \n{ex.Message}\n{ex.StackTrace}\n", GroupNames.成都开发測試群組);
|
|
|
+ _ = _dingDing.SendBotMsg($"BI, notion/PushNotion() \n{ex.Message}\n{ex.StackTrace}\n", GroupNames.成都开发測試群組);
|
|
|
return BadRequest();
|
|
|
}
|
|
|
}
|