黄贺彬 9 月之前
父節點
當前提交
a5c50b3dc1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
                 }
             }