黄贺彬 9 months ago
parent
commit
a5c50b3dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS/Controllers/Teacher/TeacherCommonController.cs

+ 1 - 1
TEAMModelOS/Controllers/Teacher/TeacherCommonController.cs

@@ -150,7 +150,7 @@ namespace TEAMModelOS.Controllers
             List<CourseCount> schoolCourse = new List<CourseCount>();
             if (!string.IsNullOrEmpty(school)) {
                 await foreach (var item in client.GetContainer(Constant.TEAMModelOS, Constant.School).GetItemQueryIterator<CourseCount>(courseSql, requestOptions: new QueryRequestOptions() { PartitionKey = new PartitionKey($"Course-{school}") }))
-                {   
+                {    
                     schoolCourse.Add(item);
                 }
             }