Uat_Study
he 2023-07-18 18:11:22 +08:00
parent a8232341dd
commit f3f3eb463b
1 changed files with 1 additions and 1 deletions

View File

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