CrazyIter_Bin 4 years ago
parent
commit
b178e69a89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      TEAMModelOS/Controllers/Item/ItemController.cs

+ 1 - 0
TEAMModelOS/Controllers/Item/ItemController.cs

@@ -95,6 +95,7 @@ namespace TEAMModelOS.Controllers
                         }
                         else
                         {
+                          // itemInfo.periodId
                             itemInfo = await client.GetContainer("TEAMModelOS", "School").CreateItemAsync(itemInfo, new PartitionKey($"{itemInfo.code}"));
                         }
                     }