fix
This commit is contained in:
parent
1126df613c
commit
95a8d06390
1 changed files with 12 additions and 12 deletions
|
|
@ -7599,12 +7599,12 @@ export class ReportController extends Controller {
|
|||
"salaryProfileEmployee.amountUse",
|
||||
"salaryProfileEmployee.positionSalaryAmount",
|
||||
])
|
||||
.orderBy("salaryProfile.rootOrder", "ASC")
|
||||
.addOrderBy("salaryProfile.child1Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child2Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child3Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child4Order", "ASC")
|
||||
.addOrderBy("salaryProfile.posMasterNo", "ASC")
|
||||
.orderBy("salaryProfileEmployee.rootOrder", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child1Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child2Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child3Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child4Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.posMasterNo", "ASC")
|
||||
.getMany();
|
||||
|
||||
const _salaryRank = salaryRank.map((item) => ({
|
||||
|
|
@ -7700,12 +7700,12 @@ export class ReportController extends Controller {
|
|||
"salaryProfileEmployee.amountUse",
|
||||
"salaryProfileEmployee.positionSalaryAmount",
|
||||
])
|
||||
.orderBy("salaryProfile.rootOrder", "ASC")
|
||||
.addOrderBy("salaryProfile.child1Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child2Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child3Order", "ASC")
|
||||
.addOrderBy("salaryProfile.child4Order", "ASC")
|
||||
.addOrderBy("salaryProfile.posMasterNo", "ASC")
|
||||
.orderBy("salaryProfileEmployee.rootOrder", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child1Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child2Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child3Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.child4Order", "ASC")
|
||||
.addOrderBy("salaryProfileEmployee.posMasterNo", "ASC")
|
||||
.getMany();
|
||||
|
||||
const _salaryRank = salaryRank.map((item) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue