|
@@ -1098,7 +1098,7 @@ namespace TEAMModelOS.FunctionV4.ServiceBus
|
|
|
await _azureStorage.GetBlobServiceClient().DeleteBlobs(_dingDing, blobname, paths);
|
|
|
//end 处理历史数据
|
|
|
#endregion
|
|
|
- await client.GetContainer(Constant.TEAMModelOS, tbname).DeleteItemAsync<LessonRecord>(lessonId, new PartitionKey(code));
|
|
|
+ //await client.GetContainer(Constant.TEAMModelOS, tbname).DeleteItemAsync<LessonRecord>(lessonId, new PartitionKey(code));
|
|
|
await _azureStorage.GetBlobServiceClient().DeleteBlobs(_dingDing, blobname, new List<string> { $"records/{_lessonId}" });
|
|
|
await client.GetContainer(Constant.TEAMModelOS, tbname).DeleteItemStreamAsync(lessonRecord.id,new PartitionKey ($"Bloblog-{blobname}"));
|
|
|
var messageBlob = new ServiceBusMessage(new { id = Guid.NewGuid().ToString(), progress = "update", root = "records", name = $"{blobname}" }.ToJsonString()); ;
|