This commit is contained in:
he
2022-11-21 16:34:51 +08:00
parent 1a8e27a29a
commit 131ea58016
@@ -1142,6 +1142,7 @@ namespace IRaCIS.Application.Services
var trialReadingCriterionId = inDto.TrialReadingCriterionId;
if (trialReadingCriterionId == null && inDto.VisitTaskId == null)
{
throw new BusinessValidationFailedException("当没有任务Id的时候,标准Id必传");