From fd772c33f39ff8d98130e5dcbf1bdcefc65bab04 Mon Sep 17 00:00:00 2001 From: vaining01 <276653425@qq.com> Date: Mon, 9 Oct 2023 10:15:28 +0800 Subject: [PATCH] --- .../ReportFormatTemplates/ReportFormatTemplateAppService.cs | 1 + 1 file changed, 1 insertion(+) 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)