فهرست منبع

学生成绩初始化为-1

zhouj1203@hotmail.com 4 سال پیش
والد
کامیت
966cc6ba3d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      TEAMModelFunction/MonitorCosmosDB.cs

+ 1 - 1
TEAMModelFunction/MonitorCosmosDB.cs

@@ -102,7 +102,7 @@ namespace TEAMModelFunction
                                         foreach (double p in exams[i].papers[j].point)
                                         foreach (double p in exams[i].papers[j].point)
                                         {
                                         {
                                             ans.Add(new List<string>());
                                             ans.Add(new List<string>());
-                                            ansPoint.Add(0);
+                                            ansPoint.Add(-1);
                                         }
                                         }
                                         foreach (StudentSimple stu in classroom.students)
                                         foreach (StudentSimple stu in classroom.students)
                                         {
                                         {