修改枚举
This commit is contained in:
@@ -597,7 +597,7 @@ namespace IRaCIS.Application.Services
|
||||
await _visitTaskHelpeService.AddTaskAsync(new GenerateTaskCommand()
|
||||
{
|
||||
|
||||
ReadingCategory = ReadingCategory.Global,
|
||||
ReadingCategory = GenerateTaskCategory.Global,
|
||||
TrialId = taskInfo.TrialId,
|
||||
ReadingGenerataTaskList = needReadList
|
||||
}) ;
|
||||
@@ -619,7 +619,7 @@ namespace IRaCIS.Application.Services
|
||||
await _visitTaskHelpeService.AddTaskAsync(new GenerateTaskCommand()
|
||||
{
|
||||
|
||||
ReadingCategory = ReadingCategory.Oncology,
|
||||
ReadingCategory = GenerateTaskCategory.Oncology,
|
||||
TrialId = taskInfo.TrialId,
|
||||
ReadingGenerataTaskList = needReadList
|
||||
});
|
||||
@@ -780,7 +780,7 @@ namespace IRaCIS.Application.Services
|
||||
await _visitTaskHelpeService.AddTaskAsync(new GenerateTaskCommand()
|
||||
{
|
||||
JudgeVisitTaskIdList= inDto.VisitTaskIds,
|
||||
ReadingCategory= ReadingCategory.Judge,
|
||||
ReadingCategory= GenerateTaskCategory.Judge,
|
||||
TrialId= trialId
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user