|
@@ -45,8 +45,7 @@ namespace TEAMModelFunction
|
|
|
await client.GetContainer("TEAMModelOS", "Common").ReplaceItemAsync(exam, id.ToString(), new PartitionKey($"{code}"));
|
|
|
}
|
|
|
} catch (Exception ex) {
|
|
|
- await _dingDing.SendBotMsg($"ServiceBus,ExamBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
- return;
|
|
|
+ await _dingDing.SendBotMsg($"ServiceBusㄛExamBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -79,8 +78,7 @@ namespace TEAMModelFunction
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception ex){
|
|
|
- await _dingDing.SendBotMsg($"ServiceBus,VoteBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
- return;
|
|
|
+ await _dingDing.SendBotMsg($"ServiceBusㄛVoteBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -108,8 +106,7 @@ namespace TEAMModelFunction
|
|
|
}
|
|
|
}
|
|
|
catch (Exception ex){
|
|
|
- await _dingDing.SendBotMsg($"ServiceBus,VoteBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
- return;
|
|
|
+ await _dingDing.SendBotMsg($"ServiceBusㄛVoteBus()\n{ex.Message}", GroupNames.醍摩豆服務運維群組);
|
|
|
}
|
|
|
}
|
|
|
}
|