@@ -1322,7 +1322,10 @@ namespace TEAMModelOS.FunctionV4.ServiceBus
}
catch (Exception ex)
{
- await _dingDing.SendBotMsg($"TimeLine.json转换异常,{ex.Message}{ex.StackTrace}", GroupNames.成都开发測試群組);
+ if (!ex.Message.Contains("The specified blob does not exist"))
+ {
+ await _dingDing.SendBotMsg($"TimeLine.json转换异常,{ex.Message}{ex.StackTrace}", GroupNames.成都开发測試群組);
+ }
try