add field avatarUrl

This commit is contained in:
Bright 2025-07-03 13:04:35 +07:00
parent e9a589675d
commit 2b53e433ba

View file

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