From 1e42352a592a229016bb8f4e09171d856e81addf Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Wed, 6 Apr 2022 14:04:24 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.API/IRaCIS.Core.API.xml | 6 +++---
.../Service/Inspection/InspectionService.cs | 2 +-
IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/IRaCIS.Core.API/IRaCIS.Core.API.xml b/IRaCIS.Core.API/IRaCIS.Core.API.xml
index e2607fe66..afa1db360 100644
--- a/IRaCIS.Core.API/IRaCIS.Core.API.xml
+++ b/IRaCIS.Core.API/IRaCIS.Core.API.xml
@@ -58,21 +58,21 @@
-
+
配置 基础逻辑信息
-
+
配置流程
-
+
配置加急信息
diff --git a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
index 6cac2a5da..319c2332c 100644
--- a/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
+++ b/IRaCIS.Core.Application/Service/Inspection/InspectionService.cs
@@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
from lefttrialSign in trialSigntemp.DefaultIfEmpty()
- join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ObjectTypeId!=null) on new
+ join frontAuditConfig in _repository.GetQueryable().Where(x=>x.ConfigType=="M") on new
{
ModuleTypeId = leftmoduleTypec.Id.ToString(),
ChildrenTypeId = leftchildrenTypec.Id.ToString(),
diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
index 0673bf0ae..cf075412b 100644
--- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
+++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs
@@ -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);
}