From 03d7038c78078aaeb7aa6d767dbd0719735cf78d Mon Sep 17 00:00:00 2001 From: vaining01 <276653425@qq.com> Date: Mon, 9 Oct 2023 10:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=A2=9E=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=B1=BB=E5=9E=8B=E3=80=81=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E3=80=81=E6=A8=A1=E6=9D=BF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReportFormatTemplates/ReportFormatTemplateAppService.cs | 3 +++ 1 file changed, 3 insertions(+) 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();