get ข้อมูล by keycloak (ลูกจ้าง)

This commit is contained in:
Bright 2024-05-23 18:30:16 +07:00
parent 24c5cbef55
commit 58fe2f08fd
21 changed files with 423 additions and 3 deletions

View file

@ -52,7 +52,7 @@ export class ProfileFamilyCoupleController extends Controller {
"relationship",
"profileId",
],
where: { id: profile.id },
where: { profileId: profile.id },
order: { lastUpdatedAt: "DESC" },
});