This commit is contained in:
he
2022-04-06 14:04:24 +08:00
parent dfd48719dd
commit 1e42352a59
3 changed files with 5 additions and 5 deletions
@@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
from lefttrialSign in trialSigntemp.DefaultIfEmpty()
join frontAuditConfig in _repository.GetQueryable<FrontAuditConfig>().Where(x=>x.ObjectTypeId!=null) on new
join frontAuditConfig in _repository.GetQueryable<FrontAuditConfig>().Where(x=>x.ConfigType=="M") on new
{
ModuleTypeId = leftmoduleTypec.Id.ToString(),
ChildrenTypeId = leftchildrenTypec.Id.ToString(),
@@ -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);
}