作者 yangfu

自查问题列表修改

@@ -303,6 +303,7 @@ func GetCheckQuestionsByChanceId(header *protocol.RequestHeader, id int64) (rsp @@ -303,6 +303,7 @@ func GetCheckQuestionsByChanceId(header *protocol.RequestHeader, id int64) (rsp
303 groupIdx++ 303 groupIdx++
304 idx = 0 304 idx = 0
305 } 305 }
  306 + tmpGroupId = c.GroupId
306 item := protocol.NewCheckQuestion(c.CheckItem, getQuestionTitle(groupIdx, idx, c.CheckItem), c.GroupId, protocol.CheckOptionsApprove) 307 item := protocol.NewCheckQuestion(c.CheckItem, getQuestionTitle(groupIdx, idx, c.CheckItem), c.GroupId, protocol.CheckOptionsApprove)
307 if header.UserId == chance.UserId { 308 if header.UserId == chance.UserId {
308 item.CheckOptions = protocol.CheckOptionsCommit 309 item.CheckOptions = protocol.CheckOptionsCommit