修改一版
This commit is contained in:
@@ -58,7 +58,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
if (await existsQuery.AnyAsync())
|
||||
{
|
||||
ResponseOutput.NotOk("存在同类型的临床数据");
|
||||
return ResponseOutput.NotOk("存在同类型的临床数据");
|
||||
}
|
||||
|
||||
var clinicalDataTrialSet = (await _clinicalDataTrialSetRepository.Where(x => x.Id == indto.ClinicalDataTrialSetId).FirstOrDefaultAsync()).IfNullThrowException();
|
||||
|
||||
Reference in New Issue
Block a user