From 82b0fc771ddd7114da70a60dcaa6ef6a5264cf08 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 3 Apr 2023 09:37:26 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.API/Controllers/InspectionController.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IRaCIS.Core.API/Controllers/InspectionController.cs b/IRaCIS.Core.API/Controllers/InspectionController.cs
index 91a74a733..defe64133 100644
--- a/IRaCIS.Core.API/Controllers/InspectionController.cs
+++ b/IRaCIS.Core.API/Controllers/InspectionController.cs
@@ -278,7 +278,7 @@ namespace IRaCIS.Core.API.Controllers
///
[HttpPost, Route("Inspection/configTrialBasicInfo/ConfigTrialProcessInfoConfirm")]
[UnitOfWork]
- [TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "BeforeOngoingCantOpt" })]
+ //[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "BeforeOngoingCantOpt" })]
public async Task ConfigTrialProcessInfoConfirm(DataInspectionDto opt)
{
opt.Data.IsTrialProcessConfirmed = true;
From 4eaa7abb1fd96f005c7f5d68dfa9b9012c29a56d Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Mon, 3 Apr 2023 11:56:18 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Allocation/VisitTaskService.cs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs
index 7a4a968b2..356fd7d07 100644
--- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs
+++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs
@@ -1767,10 +1767,10 @@ namespace IRaCIS.Core.Application.Service.Allocation
visitTaskReReadingAppply.NewReReadingTaskId = newTask.Id;
////生成的任务分配给原始医生
- //newTask.DoctorUserId = origenalTask.DoctorUserId;
- //newTask.TaskAllocationState = TaskAllocationState.Allocated;
- //newTask.AllocateTime = DateTime.Now;
- //newTask.SuggesteFinishedTime = GetSuggessFinishTime(true, UrgentType.NotUrget);
+ newTask.DoctorUserId = origenalTask.DoctorUserId;
+ newTask.TaskAllocationState = TaskAllocationState.Allocated;
+ newTask.AllocateTime = DateTime.Now;
+ newTask.SuggesteFinishedTime = GetSuggessFinishTime(true, UrgentType.NotUrget);
//裁判任务 需要进行特殊处理 在重阅逻辑里面处理