修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user