From 1323a369db3d4303c6b40bd26b0a2ac9e7f658e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Mon, 27 Nov 2023 15:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=8F=82=E4=B8=BAli?= =?UTF-8?q?st=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/LawyerArchivesController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index 71f9446..9f7c708 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -1229,11 +1229,13 @@ namespace _24Hour.Controllers.Common _db.CommitTran(); } } + + result.IsSucceed = true; return result; } [HttpPost] [Route("ExportLawyerArchivesInfo")] - public async Task ExportLawyerArchivesInfo(IEnumerable ids) + public async Task ExportLawyerArchivesInfo(List ids) { var lawyerarchives = await _db.Queryable() .In(info => info.Id, ids)