作者 yangfu

修改 提交自查内容

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