|
@@ -388,6 +388,8 @@ func (this *PptV2Controller) CreateReport() {
|
|
}
|
|
}
|
|
newItem.TemplateType = inheritPpt.TemplateType
|
|
newItem.TemplateType = inheritPpt.TemplateType
|
|
newItem.BackgroundImg = inheritPpt.BackgroundImg
|
|
newItem.BackgroundImg = inheritPpt.BackgroundImg
|
|
|
|
+ newItem.CurrentBackgroundImg = inheritPpt.CurrentBackgroundImg
|
|
|
|
+ newItem.BackCoverImg = inheritPpt.BackCoverImg
|
|
newItem.ReportType = inheritPpt.ReportType
|
|
newItem.ReportType = inheritPpt.ReportType
|
|
newItem.PptDate = inheritPpt.PptDate
|
|
newItem.PptDate = inheritPpt.PptDate
|
|
newItem.Content = inheritPpt.Content
|
|
newItem.Content = inheritPpt.Content
|
|
@@ -399,6 +401,8 @@ func (this *PptV2Controller) CreateReport() {
|
|
if req.InheritPptId <= 0 {
|
|
if req.InheritPptId <= 0 {
|
|
newItem.TemplateType = req.FirstPage.TemplateType
|
|
newItem.TemplateType = req.FirstPage.TemplateType
|
|
newItem.BackgroundImg = req.FirstPage.ImgUrl
|
|
newItem.BackgroundImg = req.FirstPage.ImgUrl
|
|
|
|
+ newItem.CurrentBackgroundImg = req.FirstPage.CurrentBackgroundImg
|
|
|
|
+ newItem.BackCoverImg = req.FirstPage.BackCoverImg
|
|
newItem.ReportType = req.FirstPage.ReportType
|
|
newItem.ReportType = req.FirstPage.ReportType
|
|
newItem.PptDate = req.FirstPage.PptDate
|
|
newItem.PptDate = req.FirstPage.PptDate
|
|
newItem.Content = req.Content
|
|
newItem.Content = req.Content
|