From 98ea943381a640c9d90935cbe029cc7caf052691 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 08 八月 2022 13:52:24 +0800
Subject: [PATCH] 修复维修模块文件url bug

---
 Application/IStation.Application4Repair/repair_task_form/mobile/dto/progress/MyRepairTaskLogFileProgressMobileDto.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Application/IStation.Application4Repair/repair_task_form/mobile/dto/progress/MyRepairTaskLogFileProgressMobileDto.cs b/Application/IStation.Application4Repair/repair_task_form/mobile/dto/progress/MyRepairTaskLogFileProgressMobileDto.cs
index dbea9ff..1f25afb 100644
--- a/Application/IStation.Application4Repair/repair_task_form/mobile/dto/progress/MyRepairTaskLogFileProgressMobileDto.cs
+++ b/Application/IStation.Application4Repair/repair_task_form/mobile/dto/progress/MyRepairTaskLogFileProgressMobileDto.cs
@@ -26,7 +26,7 @@
             this.FileFormat = rhs.FileFormat;
             this.FileName = rhs.FileName;
             this.FileSuffix = rhs.FileSuffix;
-            this.StorageUrl = $"{FileHelper.GetRelatedFilePath(rhs.StorageHouse, rhs.StorageCode)}";
+            this.StorageUrl = FileHelper.GetRelatedFilePath(rhs.StorageHouse, rhs.StorageCode);
         }
 
         /// <summary>

--
Gitblit v1.9.3