Uat_Study
he 2022-06-06 20:35:26 +08:00
parent 056a7bef43
commit 5ffada4e03
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ namespace IRaCIS.Application.Services
/// <returns></returns>
public async Task<List<PreviewTheReadingListOutDto>> GetPreviewTheReadingList(PreviewTheReadingListInDto inDto)
{
if (await _readingPeriodPlanRepository.AnyAsync(x => x.ReadingPeriodSetId == inDto.ReadingPeriodSetId))
{
await _readingPeriodPlanRepository.DeleteFromQueryAsync(x => x.ReadingPeriodSetId == inDto.ReadingPeriodSetId);