From 40084c51846b45cd6ee42208d67cead77f618ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Sun, 26 Nov 2023 16:14:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/LawyerArchivesController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index c360798..71f9446 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -1232,7 +1232,7 @@ namespace _24Hour.Controllers.Common return result; } [HttpPost] - [Route("PackegLawyerArchivesInfo")] + [Route("ExportLawyerArchivesInfo")] public async Task ExportLawyerArchivesInfo(IEnumerable ids) { var lawyerarchives = await _db.Queryable()