fix bug
This commit is contained in:
parent
1aab6c82b9
commit
0467013f14
1 changed files with 2 additions and 2 deletions
|
|
@ -158,8 +158,8 @@ export class SalaryRankEmployeeController extends Controller {
|
|||
);
|
||||
}),
|
||||
)
|
||||
.orderBy("salaryRankEmployee.salary", "DESC")
|
||||
.addOrderBy("salaryRankEmployee.salaryHalf", "DESC")
|
||||
.orderBy("salaryRankEmployee.salaryMonth", "DESC")
|
||||
.addOrderBy("salaryRankEmployee.salaryDay", "DESC")
|
||||
.skip((page - 1) * pageSize)
|
||||
.take(pageSize)
|
||||
.getManyAndCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue