Uat_Study
he 2022-08-05 09:59:42 +08:00
parent 8153e2d64e
commit d0856021db
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ namespace IRaCIS.Core.Application.Contracts
{
if (await _trialQcQuestionRepository.AnyAsync(x => x.Id != addOrEditQCQuestionConfigure.Id && x.ShowOrder == addOrEditQCQuestionConfigure.ShowOrder))
if (await _trialQcQuestionRepository.AnyAsync(x => x.Id != addOrEditTrialQCQuestionConfigure.Id && x.ShowOrder == addOrEditTrialQCQuestionConfigure.ShowOrder))
{
throw new BusinessValidationFailedException("序号重复,操作失败");