add field search-personal

This commit is contained in:
AdisakKanthawilang 2024-05-28 15:01:15 +07:00
parent 2b0c20556d
commit 96646eb1e1
2 changed files with 13 additions and 1 deletions

View file

@ -2025,7 +2025,11 @@ export class ProfileController extends Controller {
child3ShortName: child3Holder?.orgChild3ShortName ?? null,
child4: child4Holder?.orgChild4Name ?? null,
child4Id: child4Holder?.id ?? null,
// posMasterNo: posMasterNo,
posMasterNo: posMasterNo ?? null,
posTypeId: item.posTypeId,
posTypeName: item.posType?.posTypeName,
posLevelId: item.posLevelId,
posLevelName: item.posLevel?.posLevelName,
};
}),
);