修改
This commit is contained in:
@@ -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}个靶病灶!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user