Compare commits
No commits in common. "530e4d412c3c36f892ed1d33ceeb03a562a7de83" and "32c38e9f955aa5c18098c4b35f47dd7fd0b79f3e" have entirely different histories.
530e4d412c
...
32c38e9f95
|
|
@ -1174,7 +1174,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
throw new BusinessValidationFailedException(_localizer["ReadModule_TumorExists"]);
|
||||
}
|
||||
|
||||
|
||||
if (await _visitTaskRepository.AnyAsync(x => readModuleId == x.SouceReadModuleId && (x.TaskState==TaskState.Effect||x.ReadingTaskState==ReadingTaskState.HaveSigned)))
|
||||
{
|
||||
//---当前阅片已生成任务,操作失败。
|
||||
|
|
|
|||
Loading…
Reference in New Issue