fix
This commit is contained in:
parent
6fec2d906f
commit
c629bed093
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ export class DevelopmentEmployeeHistoryController extends Controller {
|
|||
);
|
||||
}else if(body.sortBy === "posLevel"){
|
||||
query = query
|
||||
.orderBy(`employeePosLevel.posTypeShortName`,body.descending ? "DESC" : "ASC")
|
||||
.orderBy(`employeePosType.posTypeShortName`,body.descending ? "DESC" : "ASC")
|
||||
.addOrderBy(`employeePosLevel.posLevelName`,body.descending ? "DESC" : "ASC")
|
||||
}else if(body.sortBy === "fullName"){
|
||||
query = query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue