zhouj1203@hotmail.com 1 年之前
父節點
當前提交
04cd4b9a55
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TEAMModelOS.SDK/Models/Service/GroupListService.cs

+ 1 - 1
TEAMModelOS.SDK/Models/Service/GroupListService.cs

@@ -827,7 +827,7 @@ namespace TEAMModelOS.SDK
             List<RMember> rmembers = new List<RMember>();
             List<RGroupList> rgroupList = new List<RGroupList>();
             List<GroupListDto> groupListDtos = new List<GroupListDto>();
-            if (!string.IsNullOrWhiteSpace(school) && classes.IsNotEmpty() && time>0) {
+            if (!string.IsNullOrWhiteSpace(school)   && time>0) {
                 School schoolBase = await client.GetContainer(Constant.TEAMModelOS, Constant.School).ReadItemAsync<School>(school, new PartitionKey("Base"));
                 foreach (var period in schoolBase.period) {
                     var dataSemester = SchoolService.GetSemester(period, time);