正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -991,7 +991,7 @@ func GenAuditFlowProcess(header *protocol.RequestHeader, chanceId int64, related | @@ -991,7 +991,7 @@ func GenAuditFlowProcess(header *protocol.RequestHeader, chanceId int64, related | ||
991 | return | 991 | return |
992 | } | 992 | } |
993 | for j := range ids { | 993 | for j := range ids { |
994 | - if ids[j] == header.Uid { | 994 | + if ids[j] == header.UserId { |
995 | groupId = config.AuditGroupId | 995 | groupId = config.AuditGroupId |
996 | IsSpecailAuditFlow = true | 996 | IsSpecailAuditFlow = true |
997 | break | 997 | break |
@@ -1790,6 +1790,7 @@ func ChanceDetail(header *protocol.RequestHeader, request *protocol.ChanceDetail | @@ -1790,6 +1790,7 @@ func ChanceDetail(header *protocol.RequestHeader, request *protocol.ChanceDetail | ||
1790 | Id: chance.Id, | 1790 | Id: chance.Id, |
1791 | Provider: provider, | 1791 | Provider: provider, |
1792 | CreateTime: chance.CreateAt.Unix() * 1000, | 1792 | CreateTime: chance.CreateAt.Unix() * 1000, |
1793 | + UpdateTime: chance.UpdateAt.Unix() * 1000, | ||
1793 | } | 1794 | } |
1794 | jsonUnmarshal(chance.SourceContent, &item.FormList) | 1795 | jsonUnmarshal(chance.SourceContent, &item.FormList) |
1795 | if chanceData, err = models.GetChanceDataByChanceId(chance.Id); err == nil { | 1796 | if chanceData, err = models.GetChanceDataByChanceId(chance.Id); err == nil { |
-
请 注册 或 登录 后发表评论