sort salary
This commit is contained in:
parent
9b4db9a66f
commit
b2cd6192c5
1 changed files with 4 additions and 4 deletions
|
|
@ -267,8 +267,8 @@ export class ProfileSalaryController extends Controller {
|
|||
},
|
||||
{ profileId: profile.id, commandCode: IsNull() },
|
||||
],
|
||||
// order: { order: "ASC" },
|
||||
order: { commandDateAffect: "ASC" },
|
||||
order: { order: "ASC" },
|
||||
// order: { commandDateAffect: "ASC" },
|
||||
});
|
||||
return new HttpSuccess(record);
|
||||
}
|
||||
|
|
@ -313,8 +313,8 @@ export class ProfileSalaryController extends Controller {
|
|||
},
|
||||
{ profileId: profileId, commandCode: IsNull() },
|
||||
],
|
||||
// order: { order: "ASC" },
|
||||
order: { commandDateAffect: "ASC" },
|
||||
order: { order: "ASC" },
|
||||
// order: { commandDateAffect: "ASC" },
|
||||
});
|
||||
return new HttpSuccess(record);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue