AIR 重阅
This commit is contained in:
@@ -1084,11 +1084,17 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||
|
||||
|
||||
var baseLineTaskIdList = baseLineTaskList.Select(t => t.Id).ToList();
|
||||
if (baseLineTaskList == null)
|
||||
|
||||
if (baseLineTaskIdList.Count == 0)
|
||||
{
|
||||
return ResponseOutput.NotOk("基线任务未阅完,不允许重阅基线任务");
|
||||
return ResponseOutput.Ok();
|
||||
}
|
||||
|
||||
//if (baseLineTaskList == null)
|
||||
//{
|
||||
// return ResponseOutput.NotOk("基线任务未阅完,不允许重阅基线任务");
|
||||
//}
|
||||
|
||||
await ApplyReReading(new ApplyReReadingCommand() { IsCopyFollowForms = false, IsCopyOrigenalForms = false, TaskIdList = baseLineTaskIdList, TrialId = command.TrialId, RequestReReadingReason = "AIR自动重阅基线", RequestReReadingType = RequestReReadingType.DocotorApply });
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user