Uat_Study
he 2023-07-06 13:41:22 +08:00
parent d84358db3a
commit 6b0945dc6f
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service
await _readModuleRepository.UpdatePartialFromQueryAsync(x => inDto.ReadModuleId == x.Id, x => new ReadModule() await _readModuleRepository.UpdatePartialFromQueryAsync(x => inDto.ReadModuleId == x.Id, x => new ReadModule()
{ {
IsPMConfirm = false IsPMConfirm = true
}); });
await _readModuleRepository.SaveChangesAsync(); await _readModuleRepository.SaveChangesAsync();