CrazyIter_Bin 2 anni fa
parent
commit
ba70f21ee1
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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))
                 {