vaining01 2 years ago
parent
commit
fd772c33f3
  1. 1
      src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs

1
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)

Loading…
Cancel
Save