Преглед на файлове

update Admin.NET/Admin.NET.Core/Service/File/SysFileService.cs.

skywolf627 преди 3 години
родител
ревизия
52fe6276fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Admin.NET/Admin.NET.Core/Service/File/SysFileService.cs

+ 1 - 1
Admin.NET/Admin.NET.Core/Service/File/SysFileService.cs

@@ -67,7 +67,7 @@ public class SysFileService : IDynamicApiController, ITransient
         return new FileOutput
         {
             Id = sysFile.Id,
-            Url = string.IsNullOrWhiteSpace(sysFile.Url) ? _commonService.GetFileUrl(sysFile) : sysFile.Url,
+            Url = sysFile.Url,  // string.IsNullOrWhiteSpace(sysFile.Url) ? _commonService.GetFileUrl(sysFile) : sysFile.Url,
             SizeKb = sysFile.SizeKb,
             Suffix = sysFile.Suffix,
             FilePath = sysFile.FilePath,