no message

This commit is contained in:
Kittapath 2024-07-01 01:29:52 +07:00
parent 1a4af1a551
commit d9f52301d4

View file

@ -389,8 +389,8 @@ export class OrganizationDotnetController extends Controller {
dutyTimeEffectiveDate: profile.dutyTimeEffectiveDate,
posLevel: profile.posLevel ? profile.posLevel : null,
posType: profile.posType ? profile.posType : null,
profileSalary: profile.profileSalary.length > 0 ? profile.profileSalary[0] : null,
profileInsignia: profile.profileInsignias.length > 0 ? profile.profileInsignias[0] : null,
profileSalary: profile.profileSalary,
profileInsignia: profile.profileInsignias,
};
return new HttpSuccess(mapProfile);