add field dateAppoint

This commit is contained in:
Bright 2025-01-20 17:29:00 +07:00
parent ad3a55324a
commit 98141ecb40

View file

@ -6235,6 +6235,7 @@ export class ProfileController extends Controller {
profile && profile.profileEducations.length > 0
? `${profile.profileEducations[0].degree ?? ""} ${profile.profileEducations[0].field ?? ""}`
: "",
dateAppoint: profile.dateAppoint
};
if (_profile.child4Id != null) {