add salary

This commit is contained in:
Bright 2024-11-18 13:38:41 +07:00
parent 645b73e2e6
commit 8f2b8568ef
2 changed files with 2 additions and 0 deletions

View file

@ -3758,6 +3758,7 @@ export class ProfileEmployeeTempController extends Controller {
node: null,
nodeId: null,
posNo: shortName,
salary: profile.amount,
education:
profile && profile.profileEducations.length > 0
? `${profile.profileEducations[0].degree ?? ""}/${profile.profileEducations[0].field ?? ""}`