修改根Id
This commit is contained in:
@@ -92,6 +92,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public class ReReadingTaskView : VisitTaskView
|
||||
{
|
||||
public ReReadingApplyState ReReadingApplyState { get; set; }
|
||||
|
||||
public ReadingTaskState ReadingTaskState { get; set; }
|
||||
|
||||
|
||||
@@ -328,7 +328,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
});
|
||||
|
||||
var rootReReadingTaskId = await _visitTaskReReadingRepository.Where(t => t.OriginalReReadingTaskId == reReadingVisitTask.Id).Select(u => u.RootReReadingTaskId).FirstOrDefaultAsync();
|
||||
var rootReReadingTaskId = await _visitTaskReReadingRepository.Where(t => t.NewReReadingTaskId == reReadingVisitTask.Id).Select(u => u.RootReReadingTaskId).FirstOrDefaultAsync();
|
||||
|
||||
|
||||
|
||||
@@ -457,7 +457,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
SubjectId = item.SubjectId,
|
||||
IsUrgent = item.IsUrgent,
|
||||
TaskName = item.ReadingName,
|
||||
ArmEnum = Arm.SingleReadingArm, //特殊
|
||||
ArmEnum = Arm.TumorArm, //特殊
|
||||
Code = currentMaxCodeInt + 1,
|
||||
SouceReadModuleId = item.ReadModuleId,
|
||||
TaskBlindName = item.ReadingName,
|
||||
|
||||
Reference in New Issue
Block a user