order
This commit is contained in:
parent
9ea012f4d2
commit
8d75174fba
1 changed files with 2 additions and 2 deletions
|
|
@ -1130,7 +1130,7 @@ export class ProfileSalaryTempController extends Controller {
|
|||
order: { order: "DESC" },
|
||||
});
|
||||
if (salary) {
|
||||
dest_item = salary.order;
|
||||
dest_item = salary.order+1;
|
||||
}
|
||||
// const profile = await this.profileRepo.findOneBy({ id: body.profileId });
|
||||
// if (!profile) {
|
||||
|
|
@ -1148,7 +1148,7 @@ export class ProfileSalaryTempController extends Controller {
|
|||
order: { order: "DESC" },
|
||||
});
|
||||
if (salary) {
|
||||
dest_item = salary.order;
|
||||
dest_item = salary.order+1;
|
||||
}
|
||||
// const profile = await this.profileEmployeeRepo.findOneBy({ id: body.profileId });
|
||||
// if (!profile) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue