...
|
...
|
@@ -360,6 +360,8 @@ func GetCheckQuestionsByChanceCheckResult(header *protocol.RequestHeader, id int |
|
|
}
|
|
|
if c.CheckPid == 0 {
|
|
|
item.Title = fmt.Sprintf("%v、%v", groupIdx, c.CheckItem)
|
|
|
} else {
|
|
|
item.Title = c.CheckItem
|
|
|
}
|
|
|
rsp = append(rsp, item)
|
|
|
}
|
...
|
...
|
|