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