作者 yangfu

增加 提交筛选结果

... ... @@ -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)
}
... ...