|
@@ -828,7 +828,8 @@ namespace TEAMModelOS.FunctionV4
|
|
|
createTime = info.createTime,
|
|
|
taskStatus = ts,
|
|
|
qamode = info.qamode,
|
|
|
- ext = new Dictionary<string, JsonElement>() { { "type", info.examType.ToJsonString().ToObject<JsonElement>() } },
|
|
|
+ ext = new Dictionary<string, JsonElement>() { { "type", info.examType.ToJsonString().ToObject<JsonElement>() },
|
|
|
+ { "subjects", info.subjects.ToJsonString().ToObject<JsonElement>() } },
|
|
|
sStatus = iss ? 1 : 0,
|
|
|
classIds = classIds.ToList()
|
|
|
|