diff --git a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs index 5ad3116..e0af5a3 100644 --- a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs +++ b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs @@ -83,6 +83,7 @@ namespace Shentun.Peis.ReportFormatTemplates IsDefaulted = ent.IsDefault.Equals('Y'), IsSystemed = ent.IsSystem.Equals('Y'), TemplateFile=ent.TemplateFile, + TemplateFileType=ent.TemplateFileType, DataSetJson = ent.DataSetJson, CreatorName = EntityHelper.GetUserNameNoSql(userList, ent.CreatorId), LastModifierName = EntityHelper.GetUserNameNoSql(userList, ent.LastModifierId)