作者 yangfu

增加 提交筛选结果

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