Uat_Study
parent
dfd48719dd
commit
1e42352a59
|
@ -58,21 +58,21 @@
|
||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialBasicInfo(IRaCIS.Core.Application.Service.Inspection.DTO.InsBasicTrialConfig)">
|
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialBasicInfo(IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionDto{IRaCIS.Core.Application.Contracts.BasicTrialConfig})">
|
||||||
<summary>
|
<summary>
|
||||||
配置 基础逻辑信息
|
配置 基础逻辑信息
|
||||||
</summary>
|
</summary>
|
||||||
<param name="opt"></param>
|
<param name="opt"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialProcessInfo(IRaCIS.Core.Application.Service.Inspection.DTO.InsTrialProcessConfig)">
|
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialProcessInfo(IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionDto{IRaCIS.Core.Application.Contracts.TrialProcessConfig})">
|
||||||
<summary>
|
<summary>
|
||||||
配置流程
|
配置流程
|
||||||
</summary>
|
</summary>
|
||||||
<param name="opt"></param>
|
<param name="opt"></param>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialUrgentInfo(IRaCIS.Core.Application.Service.Inspection.DTO.InsTrialUrgentConfig)">
|
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.ConfigTrialUrgentInfo(IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionDto{IRaCIS.Core.Application.Contracts.TrialUrgentConfig})">
|
||||||
<summary>
|
<summary>
|
||||||
配置加急信息
|
配置加急信息
|
||||||
</summary>
|
</summary>
|
||||||
|
|
|
@ -63,7 +63,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||||
from lefttrialSign in trialSigntemp.DefaultIfEmpty()
|
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(),
|
ModuleTypeId = leftmoduleTypec.Id.ToString(),
|
||||||
ChildrenTypeId = leftchildrenTypec.Id.ToString(),
|
ChildrenTypeId = leftchildrenTypec.Id.ToString(),
|
||||||
|
|
|
@ -1755,7 +1755,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
|
|
||||||
foreach (var studyFolder in studyFolders)
|
foreach (var studyFolder in studyFolders)
|
||||||
{
|
{
|
||||||
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name))
|
if (!session.FileExists(Path.Combine(targetPath,studyFolder.Name)))
|
||||||
{
|
{
|
||||||
session.CreateDirectory(targetPath);
|
session.CreateDirectory(targetPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue