修改
This commit is contained in:
@@ -1395,6 +1395,8 @@ namespace IRaCIS.Application.Services
|
||||
return ResponseOutput.Ok(true);
|
||||
}
|
||||
|
||||
inDto.QuestionId = deleteRowInfo.QuestionId;
|
||||
|
||||
if (await _readingTableAnswerRowInfoRepository.AnyAsync(x => x.SplitRowId == deleteRowInfo.Id && x.MergeRowId == deleteRowInfo.Id))
|
||||
{
|
||||
throw new BusinessValidationFailedException(_localizer["ReadingImage_DeleteError"]);
|
||||
|
||||
Reference in New Issue
Block a user