fix ขอโอน Noti ไม่ส่งตามสิทธิ์ #6
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 2m4s
All checks were successful
Build & Deploy Placement Service / build (push) Successful in 2m4s
This commit is contained in:
parent
b0ae4863a9
commit
8ff50269d3
1 changed files with 2 additions and 1 deletions
|
|
@ -681,7 +681,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
posLevelName = placementTransfer.posLevelNameOld,
|
||||
posTypeName = placementTransfer.posTypeNameOld,
|
||||
fullName = $"{placementTransfer.prefix}{placementTransfer.firstName} {placementTransfer.lastName}",
|
||||
isDeputy = isDeputy
|
||||
isDeputy = isDeputy,
|
||||
orgRootId = placementTransfer.rootOldId ?? null
|
||||
});
|
||||
}
|
||||
await _context.SaveChangesAsync();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue