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