修改一版

This commit is contained in:
he
2022-06-10 14:49:43 +08:00
parent 0333909bb1
commit 4c031031f8
2 changed files with 2 additions and 1 deletions
@@ -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();