Browse Source

模板增加相关类型、数据集、模板内容

bjmzak
vaining01 2 years ago
parent
commit
03d7038c78
  1. 3
      src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs

3
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();

Loading…
Cancel
Save