This commit is contained in:
he
2022-11-01 09:36:39 +08:00
parent 4e4902c8a3
commit 4a433fc18d
4 changed files with 44 additions and 1 deletions
@@ -839,7 +839,7 @@ namespace IRaCIS.Application.Services
if (rowCount > item.MaxRowCount.Value - 1)
{
//throw new BusinessValidationFailedException($"问题{item.QuestionName}最大相同问题数为{item.MaxRowCount.Value},当前已存在{rowCount}条!");
throw new BusinessValidationFailedException($"当前器官上已有{rowCount}个病灶!");
throw new BusinessValidationFailedException($"当前器官上已有{rowCount}个病灶!");
}
}