修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a67472c9b4
commit
749bf95761
|
|
@ -660,7 +660,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
var deletePlasIds= planIds.Select(x=>(Guid?)x).ToList();
|
||||
|
||||
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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue