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

Test_IRC_Net8
he 2025-11-05 11:46:32 +08:00
parent 6102309828
commit 6e92895043
1 changed files with 5 additions and 0 deletions

View File

@ -242,6 +242,11 @@ namespace IRaCIS.Core.Application.Service
IsDeleted = true
});
await _readingPeriodPlanRepository.UpdatePartialFromQueryAsync(x => x.ReadingPeriodSetId == indto.Id, x => new ReadingPeriodPlan()
{
IsGenerate = false
});
}
var readQuery = await _readingPeriodSetRepository.UpdatePartialFromQueryAsync(indto.Id, x => new ReadingPeriodSet()