|
@@ -135,7 +135,7 @@ namespace TEAMModelBI.Controllers.Census
|
|
|
if (!string.IsNullOrEmpty($"{areaId}"))
|
|
|
{
|
|
|
string areaSc = $"select value(c.id) from c where c.pk='School' and c.areaId='{areaId}'";
|
|
|
- await foreach (var item in cosmosClient.GetContainer("", "School").GetItemQueryIterator<string>(queryText: areaSc, requestOptions: new QueryRequestOptions() { }))
|
|
|
+ await foreach (var item in cosmosClient.GetContainer("TEAMModelOS", "School").GetItemQueryIterator<string>(queryText: areaSc, requestOptions: new QueryRequestOptions() { }))
|
|
|
{
|
|
|
scIds.Add(item);
|
|
|
}
|