diff --git a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs index 5bf2de9..7458a6e 100644 --- a/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs +++ b/src/Shentun.Peis.Application/ReportFormatTemplates/ReportFormatTemplateAppService.cs @@ -215,6 +215,7 @@ namespace Shentun.Peis.ReportFormatTemplates /// /// /// + [HttpPost("api/app/ReportFormatTemplate/Update")] public override async Task UpdateAsync(string id, UpdateReportFormatTemplateDto input) { var entity = await Repository.GetAsync(id);