update
This commit is contained in:
parent
1a8aad2d5f
commit
4da32eb5ef
2 changed files with 3 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ export class ProfileSalaryEmployeeController extends Controller {
|
|||
profile.positionSalaryAmount = body.positionSalaryAmount ?? _null;
|
||||
profile.mouthSalaryAmount = body.mouthSalaryAmount ?? _null;
|
||||
profile.salaryLevel = body.salaryLevel ?? _null;
|
||||
profile.group = body.group ?? _null;
|
||||
await this.profileRepo.save(profile);
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue