Uat_Study
he 2023-07-12 14:03:40 +08:00
parent 77745cfae6
commit 53fab12535
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ namespace IRaCIS.Core.Application.Service
IsCRCConfirm = false,
IsCRCApplicationRevoke=false,
});
await _readModuleCriterionFromRepository.BatchDeleteNoTrackingAsync(x=>x.ReadModuleId== presentData.ReadModuleId);
await _readModuleCriterionFromRepository.BatchDeleteNoTrackingAsync(x=>x.ReadModuleId== x.Id);
}