no message
This commit is contained in:
parent
16f3d3da4f
commit
e095e3693a
1 changed files with 4 additions and 4 deletions
|
|
@ -4225,7 +4225,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
retireDate: profile.birthDate ? calculateRetireLaw(profile.birthDate) : "-",
|
||||
govAge: profile.dateAppoint ? `${Extension.CalculateGovAge(profile.dateAppoint, 0, 0)} ปี` : "-",
|
||||
age: profile.birthDate ? Extension.CalculateAgeStrV2(profile.birthDate, 0, 0) : "-",
|
||||
dateAppoint: profile.dateAppoint ?? "-",
|
||||
dateAppoint: profile.dateAppoint,
|
||||
dateCurrent: new Date(),
|
||||
amount: profile.amount ?? "-",
|
||||
telephoneNumber: profile.telephoneNumber ?? "-",
|
||||
|
|
@ -4296,7 +4296,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
educationLevel: x.educationLevel,
|
||||
institute: x.institute ?? "-",
|
||||
country: x.country ?? "-",
|
||||
finishDate: x.finishDate ?? "-",
|
||||
finishDate: x.finishDate,
|
||||
}))
|
||||
: []
|
||||
};
|
||||
|
|
@ -4329,7 +4329,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
retireDate: profile.birthDate ? calculateRetireLaw(profile.birthDate) : "-",
|
||||
govAge: profile.dateAppoint ? `${Extension.CalculateGovAge(profile.dateAppoint, 0, 0)} ปี` : "-",
|
||||
age: profile.birthDate ? Extension.CalculateAgeStrV2(profile.birthDate, 0, 0) : "-",
|
||||
dateAppoint: profile.dateAppoint ?? "-",
|
||||
dateAppoint: profile.dateAppoint,
|
||||
dateCurrent: new Date(),
|
||||
amount: profile.amount ?? "-",
|
||||
telephoneNumber: profile.telephoneNumber ?? "-",
|
||||
|
|
@ -4398,7 +4398,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
educationLevel: x.educationLevel,
|
||||
institute: x.institute ?? "-",
|
||||
country: x.country ?? "-",
|
||||
finishDate: x.finishDate ?? "-",
|
||||
finishDate: x.finishDate,
|
||||
}))
|
||||
: []
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue