Uat_Study
parent
8153e2d64e
commit
d0856021db
|
@ -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("序号重复,操作失败");
|
throw new BusinessValidationFailedException("序号重复,操作失败");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue