no message

This commit is contained in:
Kittapath 2024-06-25 09:27:34 +07:00
parent c1cfaa3b6d
commit 468bd38e0b
9 changed files with 247 additions and 166 deletions

View file

@ -319,7 +319,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
retirementDeceased.posLevelName = org.result.posLevelName;
}
await _context.RetirementDeceaseds.AddAsync(retirementDeceased);
await _context.SaveChangesAsync();
//await _context.SaveChangesAsync();
var _baseAPI = _configuration["API"];
var _apiUrl = $"{_baseAPI}org/profile/leave/{req.ProfileId}";
@ -420,7 +420,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
});
// }
// }
await _context.SaveChangesAsync();
//await _context.SaveChangesAsync();
return Success();
}