修改一版

This commit is contained in:
he
2022-10-26 11:44:53 +08:00
parent b80fd3cd25
commit a2f5f9abc2
6 changed files with 434 additions and 85 deletions
@@ -997,7 +997,8 @@ namespace IRaCIS.Application.Services
if (rowCount > item.MaxRowCount.Value - 1)
{
throw new BusinessValidationFailedException($"问题{item.QuestionName}最大相同问题数为{item.MaxRowCount.Value},当前已存在{rowCount}条!");
//throw new BusinessValidationFailedException($"问题{item.QuestionName}最大相同问题数为{item.MaxRowCount.Value},当前已存在{rowCount}条!");
throw new BusinessValidationFailedException($"当前器官上已有{rowCount}个病灶!");
}
}