diff --git a/24Hour/Controllers/Common/LawyerArchivesController.cs b/24Hour/Controllers/Common/LawyerArchivesController.cs index 860c297..a7534b9 100644 --- a/24Hour/Controllers/Common/LawyerArchivesController.cs +++ b/24Hour/Controllers/Common/LawyerArchivesController.cs @@ -30,6 +30,7 @@ using System.IO.Compression; using System.Linq; using System.Net.WebSockets; using System.Runtime.InteropServices; +using System.Runtime.Intrinsics.Arm; using System.Text; using static _24Hour.TwentySystemProxyClient; using static com.sun.tools.@internal.xjc.reader.xmlschema.bindinfo.BIConversion; @@ -2105,8 +2106,9 @@ namespace _24Hour.Controllers.Common var akspath = System.IO.Path.ChangeExtension(packegzipname, ".aks"); fi.MoveTo(akspath); //xx/xx/xx.rar + FileInfo fimoved = new FileInfo(akspath); - result.result = $"/temp/{packegdirname}.aks"; + result.result = fimoved.FullName; result.IsSucceed = true; logger.LogInformation("step5"); return result;