2 Commits

Author SHA1 Message Date
vaining01 df189a497d Merge branch 'master' of http://140.143.162.39:3000/shentun/peis 2 years ago
vaining01 fd772c33f3 2 years ago
  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'), IsDefaulted = ent.IsDefault.Equals('Y'),
IsSystemed = ent.IsSystem.Equals('Y'), IsSystemed = ent.IsSystem.Equals('Y'),
TemplateFile=ent.TemplateFile, TemplateFile=ent.TemplateFile,
TemplateFileType=ent.TemplateFileType,
DataSetJson = ent.DataSetJson, DataSetJson = ent.DataSetJson,
CreatorName = EntityHelper.GetUserNameNoSql(userList, ent.CreatorId), CreatorName = EntityHelper.GetUserNameNoSql(userList, ent.CreatorId),
LastModifierName = EntityHelper.GetUserNameNoSql(userList, ent.LastModifierId) LastModifierName = EntityHelper.GetUserNameNoSql(userList, ent.LastModifierId)

Loading…
Cancel
Save