Uat_Study
parent
ea84e0803b
commit
729c85619b
|
@ -1152,7 +1152,7 @@ namespace IRaCIS.Application.Services
|
|||
|
||||
if(readingQuestionList.Count()>0)
|
||||
{
|
||||
throw new BusinessValidationFailedException($" 必填问题{ string.Join(',', readingQuestionList.Select(x =>x.QuestionName))}的答案为空");
|
||||
throw new BusinessValidationFailedException($" 必填问题{ string.Join(',', readingQuestionList.Select(x =>x.QuestionName))}的答案为空或未保存");
|
||||
}
|
||||
|
||||
await _readingCalculateService.VerifyVisitTaskQuestions(inDto);
|
||||
|
|
Loading…
Reference in New Issue