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)