|
@@ -852,6 +852,7 @@ namespace TEAMModelOS.SDK
|
|
|
foreach (var x in tchActivities)
|
|
|
{
|
|
|
await client.GetContainer(Constant.TEAMModelOS, "Teacher").DeleteItemStreamAsync(x.id, new PartitionKey(x.code));
|
|
|
+ await client.GetContainer(Constant.TEAMModelOS, "Teacher").DeleteItemStreamAsync(x.id, new PartitionKey($"StudyRecord-{x.id}"));
|
|
|
}
|
|
|
}
|
|
|
}
|