fix bug return profile id

This commit is contained in:
Warunee Tamkoo 2026-01-09 10:37:33 +07:00
parent 3f1aff32dd
commit f2a3e60430

View file

@ -6195,7 +6195,7 @@ export class OrganizationDotnetController extends Controller {
});
return {
id: item.id,
id: item.profileId,
prefix: item.prefix,
firstName: item.firstName,
lastName: item.lastName,