no message
This commit is contained in:
parent
1a4af1a551
commit
d9f52301d4
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue