|
|
@ -1448,7 +1448,7 @@ namespace EasyBL.WEBAPP.SYS |
|
|
|
var ExhibLogoFile = FileDic.Values.Where(w => w.ParentID == Exhibition.Logo).FirstOrDefault(); |
|
|
|
|
|
|
|
if (ExhibLogoFile != null) { |
|
|
|
rsExhibition.Logo = FileService.FilePathToURL(ExhibLogoFile.FilePath); |
|
|
|
rsExhibition.Logo = SEFileService.FilePathToURL(ExhibLogoFile.FilePath); |
|
|
|
} |
|
|
|
|
|
|
|
if (!string.IsNullOrEmpty(Exhibition.MainCategoryIDs)) |
|
|
@ -1576,7 +1576,7 @@ namespace EasyBL.WEBAPP.SYS |
|
|
|
|
|
|
|
ImageDTO Image = new ImageDTO(); |
|
|
|
|
|
|
|
Image.ImageLink = FileService.FilePathToURL(File.FilePath); |
|
|
|
Image.ImageLink = SEFileService.FilePathToURL(File.FilePath); |
|
|
|
Image.ImageName = File.FileName; |
|
|
|
|
|
|
|
rsExhibition.Images.Add(Image); |
|
|
|