修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6102309828
commit
6e92895043
|
|
@ -242,6 +242,11 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
IsDeleted = true
|
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()
|
var readQuery = await _readingPeriodSetRepository.UpdatePartialFromQueryAsync(indto.Id, x => new ReadingPeriodSet()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue