S-56
This commit is contained in:
@@ -358,6 +358,10 @@ namespace IRaCIS.Core.Application.Service
|
||||
ReadingId = inDto.ReadingId,
|
||||
};
|
||||
|
||||
if (await _readModuleCriterionFromRepository.AnyAsync(x => x.ClinicalFormId == inDto.ClinicalFormId?default(Guid)))
|
||||
{
|
||||
throw new BusinessValidationFailedException("当前表单已确认,无法修改!");
|
||||
}
|
||||
|
||||
var existsClinical = await _clinicalFormRepository.Where(x =>
|
||||
x.SubjectId == inDto.SubjectId
|
||||
|
||||
Reference in New Issue
Block a user