作者 yangfu

修改 提交自查内容

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