Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Wing/fis

jimmy.jiang@vinno.com 8 months ago
parent
commit
5b75ab845b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fis/Managers/ExportDataManager.cs

+ 1 - 1
fis/Managers/ExportDataManager.cs

@@ -271,7 +271,7 @@ namespace fis.Win.Dev.Managers
                                 {
                                     isSingle = false;
                                 }
-                                var pathDest = Path.Combine(patientScanTypePath, fileNameNoExtName);
+                                var pathDest = Path.Combine(rootPath,patientScanTypePath, fileNameNoExtName);
                                 converter.ConvertVidToImage(pathDest, imageType, videoType);
                                 if (videoType == "1")
                                 {