迁入
This commit is contained in:
@@ -1755,7 +1755,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||
|
||||
foreach (var studyFolder in studyFolders)
|
||||
{
|
||||
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name))
|
||||
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name)))
|
||||
{
|
||||
session.CreateDirectory(targetPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user