เพิ่ม keycloak_id + token ลงใน Job AdditionalData เพื่อเอาไว้ตรวจสอบ
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m54s
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m54s
This commit is contained in:
parent
219b172073
commit
9f756771cd
1 changed files with 3 additions and 1 deletions
|
|
@ -617,7 +617,9 @@ namespace BMA.EHR.Leave.Service.Controllers
|
||||||
{
|
{
|
||||||
IsLocation = data.IsLocation,
|
IsLocation = data.IsLocation,
|
||||||
LocationName = data.LocationName,
|
LocationName = data.LocationName,
|
||||||
POI = data.POI
|
POI = data.POI,
|
||||||
|
KeycloakId = userId,
|
||||||
|
Token = AccessToken,
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
await _checkInJobStatusRepository.AddAsync(jobStatus);
|
await _checkInJobStatusRepository.AddAsync(jobStatus);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue