zhouj1203@hotmail.com 1 year ago
parent
commit
f90dd079e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.FunctionV4/CosmosDB/TriggerExam.cs

+ 1 - 1
TEAMModelOS.FunctionV4/CosmosDB/TriggerExam.cs

@@ -1935,7 +1935,7 @@ namespace TEAMModelOS.FunctionV4
                     }
                     var sdes = slides.ToObject<List<Slides>>();
                     List<string> attachments = new List<string>();
-                    if (info.qamode == 1)
+                    if (qamode == 1)
                     {
                         attachments = RecordingJson.GetProperty("attachments").ToObject<List<string>>();
                         if (attachments.Count == 0)