Uat_Study
he 2022-10-19 15:42:09 +08:00
parent ea84e0803b
commit 729c85619b
1 changed files with 1 additions and 1 deletions

View File

@ -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);