Uat_Study
he 2022-11-21 16:34:51 +08:00
parent 1a8e27a29a
commit 131ea58016
1 changed files with 1 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@ namespace IRaCIS.Application.Services
var trialReadingCriterionId = inDto.TrialReadingCriterionId; var trialReadingCriterionId = inDto.TrialReadingCriterionId;
if (trialReadingCriterionId == null && inDto.VisitTaskId == null) if (trialReadingCriterionId == null && inDto.VisitTaskId == null)
{ {
throw new BusinessValidationFailedException("当没有任务Id的时候标准Id必传"); throw new BusinessValidationFailedException("当没有任务Id的时候标准Id必传");