|
@@ -947,6 +947,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)
|
|
|
|
|
@@ -999,6 +1000,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
|
|
|
}
|