|
@@ -134,7 +134,7 @@ namespace TEAMModelFunction
|
|
|
foreach (string stuId in examClass.studentIds)
|
|
|
{
|
|
|
int index = examClass.studentIds.IndexOf(stuId);
|
|
|
- tasks.Add(redisClient.HashSetAsync($"Exam:Scoring:{eid}-{subjectId}", stuId, new { ans = examClass.studentAnswers[index][0], score = examClass.studentScores[index] }.ToJsonString()));
|
|
|
+ tasks.Add(redisClient.HashSetAsync($"Exam:Scoring:{eid}-{subjectId}", stuId, new { tmdId = "" , ans = examClass.studentAnswers[index][0], score = examClass.studentScores[index] }.ToJsonString()));
|
|
|
}
|
|
|
|
|
|
}
|