no message
Some checks failed
release-dev / release-dev (push) Failing after 11s

This commit is contained in:
Bright 2025-01-29 13:25:38 +07:00
parent 01f16eaef4
commit e7ba802279
2 changed files with 16 additions and 3 deletions

View file

@ -14,6 +14,7 @@ using Newtonsoft.Json.Linq;
using Swashbuckle.AspNetCore.Annotations;
using System.Net.Http.Headers;
using System.Security.Claims;
using System.Text;
namespace BMA.EHR.Retirement.Service.Controllers
{
@ -2008,7 +2009,8 @@ namespace BMA.EHR.Retirement.Service.Controllers
// .FirstOrDefaultAsync();
// var body = retirePeriodOfficer.RetirementProfiles
// .Select(x => new {
// .Select(x => new
// {
// profileId = x.profileId,
// //lastUpdateUserId = UserId,
// //lastUpdateFullName = FullName,