修改生成任务列表
parent
6d7b09d73f
commit
4eaa7abb1f
|
@ -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);
|
||||
|
||||
|
||||
//裁判任务 需要进行特殊处理 在重阅逻辑里面处理
|
||||
|
|
Loading…
Reference in New Issue