S-20
parent
d84358db3a
commit
6b0945dc6f
|
@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
await _readModuleRepository.UpdatePartialFromQueryAsync(x => inDto.ReadModuleId == x.Id, x => new ReadModule()
|
||||
{
|
||||
IsPMConfirm = false
|
||||
IsPMConfirm = true
|
||||
});
|
||||
|
||||
await _readModuleRepository.SaveChangesAsync();
|
||||
|
|
Loading…
Reference in New Issue