正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -2149,7 +2149,6 @@ func ChanceDraftDetail(header *protocol.RequestHeader, request *protocol.ChanceD | @@ -2149,7 +2149,6 @@ func ChanceDraftDetail(header *protocol.RequestHeader, request *protocol.ChanceD | ||
2149 | item.RelatedDepartmentInfo = agg.GetDepartment(int(chance.DepartmentId)) | 2149 | item.RelatedDepartmentInfo = agg.GetDepartment(int(chance.DepartmentId)) |
2150 | jsonUnmarshal(chance.SourceContent, &item.FormList) | 2150 | jsonUnmarshal(chance.SourceContent, &item.FormList) |
2151 | jsonUnmarshal(chance.SelfChecks, &item.SelfChecks) | 2151 | jsonUnmarshal(chance.SelfChecks, &item.SelfChecks) |
2152 | - item.FormList = clearEmptyForm(item.FormList) | ||
2153 | 2152 | ||
2154 | if chanceData, err = models.GetChanceDataByChanceId(chance.Id); err == nil { | 2153 | if chanceData, err = models.GetChanceDataByChanceId(chance.Id); err == nil { |
2155 | if len(chanceData.Videos) > 0 { | 2154 | if len(chanceData.Videos) > 0 { |
-
请 注册 或 登录 后发表评论