@@ -94,6 +94,7 @@ export default {
}
return item
})
+ title = this.$t('talMgmt.text50')
this.option.title = []
this.option.title.push({
text: '{name|' + title + '}\n{val|' + this.total + '}',
@@ -656,6 +656,7 @@ namespace TEAMModelOS.Controllers
else
{
+ query = $"{query} where c.creatorId ='{code}' ";
await foreach (var item in client.GetContainer(Constant.TEAMModelOS, "Teacher").GetItemQueryStreamIterator(queryText: query, requestOptions: new QueryRequestOptions() { PartitionKey = new PartitionKey($"StuList") }))
using var json = await JsonDocument.ParseAsync(item.ContentStream);