@@ -477,7 +477,6 @@ func (this *ReportController) Add() {
item.ReportVersion = req.ReportVersion
item.AdminId = sysUser.AdminId
item.AdminRealName = sysUser.RealName
-
item.ClassifyIdThird = req.ClassifyIdThird
item.ClassifyNameThird = classifyMap[req.ClassifyIdThird]
@@ -97,6 +97,7 @@ func AddReportAndChapter(reportInfo *models.Report, inheritReportId int, grantAd
reportInfo.HeadImg = ``
reportInfo.EndImg = ``
reportInfo.EndResourceId = inheritReport.EndResourceId
+ reportInfo.FreeLayoutConfig= inheritReport.FreeLayoutConfig
if inheritReport.HeadResourceId > 0 {
reportInfo.HeadImg = inheritReport.HeadImg
}