diff --git a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs index e0af5a3..de32dbe 100644 --- a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs +++ b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs @@ -132,6 +132,9 @@ namespace Shentun.Peis.ReportFormatTemplates IsSystem=s.IsSystem, IsDefaulted=s.IsDefault.Equals('Y'), IsSystemed=s.IsSystem.Equals('Y'), + TemplateFile = s.TemplateFile, + TemplateFileType = s.TemplateFileType, + DataSetJson = s.DataSetJson, CreatorName = EntityHelper.GetUserNameNoSql(userList, s.CreatorId), LastModifierName = EntityHelper.GetUserNameNoSql(userList, s.LastModifierId) }).ToList();