CrazyIter_Bin 2 years ago
parent
commit
ba70f21ee1
1 changed files with 1 additions and 3 deletions
  1. 1 3
      TEAMModelOS.SDK/Models/Service/SchoolService.cs

+ 1 - 3
TEAMModelOS.SDK/Models/Service/SchoolService.cs

@@ -41,9 +41,7 @@ namespace TEAMModelOS.SDK
                  (queryText: sql,
                 requestOptions: new QueryRequestOptions() { PartitionKey = new PartitionKey($"Class-{school_base.id}") }))
             {
-                if ("7974c5b5-1e7e-41b1-9ff1-86fdec5ef050".Equals(item.id)) {
-                    int a = 0;
-                }
+              
                 bool isgraduate = false;
                 if (!string.IsNullOrWhiteSpace(item.periodId))
                 {