From ae211d938648b647ef7aa52cee50da12e3e8dcb5 Mon Sep 17 00:00:00 2001
From: wxd <123@qq.com>
Date: Sun, 28 Apr 2024 19:31:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ReportFormatTemplates/ReportFormatTemplateAppService.cs | 1 +
1 file changed, 1 insertion(+)
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);