正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论