修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-11-04 10:38:05 +08:00
parent a67472c9b4
commit 749bf95761
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ namespace IRaCIS.Core.Application.Service
var deletePlasIds= planIds.Select(x=>(Guid?)x).ToList(); var deletePlasIds= planIds.Select(x=>(Guid?)x).ToList();
await _readModuleRepository.DeleteFromQueryAsync(x => deletePlasIds.Contains(x.ReadingPeriodPlanId)); await _readModuleRepository.DeleteFromQueryAsync(x => deletePlasIds.Contains(x.ReadingPeriodPlanId));
await _readingPeriodPlanRepository.DeleteFromQueryAsync(x => x.ReadingPeriodSetId == inDto.Id && inDto.SubjectVisitIdList.Contains(x.SubjectVisitId); await _readingPeriodPlanRepository.DeleteFromQueryAsync(x => x.ReadingPeriodSetId == inDto.Id && inDto.SubjectVisitIdList.Contains(x.SubjectVisitId));
await _readingPeriodPlanRepository.SaveChangesAsync(); await _readingPeriodPlanRepository.SaveChangesAsync();