|
@@ -936,6 +936,7 @@ func CopyPpt(pptId int, groupId int64, adminId int, adminRealName string) (resp
|
|
|
AdminId: adminId,
|
|
|
AdminRealName: adminRealName,
|
|
|
PptVersion: pptInfo.PptVersion,
|
|
|
+ TitleSetting: pptInfo.TitleSetting,
|
|
|
}
|
|
|
newPptList = append(newPptList, newPpt)
|
|
|
|
|
@@ -988,6 +989,7 @@ func CopyPpt(pptId int, groupId int64, adminId int, adminRealName string) (resp
|
|
|
ReportCode: newPpt.ReportCode,
|
|
|
PptCreateTime: newPpt.CreateTime.Format(utils.FormatDateTime),
|
|
|
PptPage: pptPage,
|
|
|
+ TitleSetting: newPpt.TitleSetting,
|
|
|
}
|
|
|
return
|
|
|
}
|