测试NoneDicom

Uat_Study
hang 2022-05-19 17:15:44 +08:00
parent bdaf73095b
commit fd8ad8e759
1 changed files with 5 additions and 2 deletions

View File

@ -217,9 +217,12 @@ namespace IRaCIS.Core.Application.Contracts
{
var rootPath = Directory.GetParent(_hostEnvironment.ContentRootPath.TrimEnd('\\')).IfNullThrowException().FullName;
_logger.LogError(rootPath);
var _fileStorePath = Path.Combine(rootPath, relativePath.Replace('/', '\\'));
var _fileStorePath = Path.Combine(rootPath, relativePath.Replace('/', '\\').Trim('\\'));
//_logger.LogError(rootPath);
//_logger.LogError(_fileStorePath);
var storePreviewPath = _fileStorePath + ".preview.jpeg";