Uat_Study
parent
80df9763b8
commit
c34a69cf59
|
@ -722,7 +722,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
SouceReadModuleId = firstTask.SouceReadModuleId,
|
||||
TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)),
|
||||
TaskState = TaskState.Effect,
|
||||
|
||||
TaskBlindName= firstTask.TaskName,
|
||||
DoctorUserId = subjectUser == null ? null : subjectUser.DoctorUserId,
|
||||
TaskAllocationState = subjectUser == null ? TaskAllocationState.NotAllocate : TaskAllocationState.Allocated,
|
||||
AllocateTime = subjectUser == null ? null : DateTime.Now,
|
||||
|
|
Loading…
Reference in New Issue