fix search
This commit is contained in:
parent
69db570268
commit
09c47361f1
3 changed files with 24 additions and 15 deletions
|
|
@ -1329,7 +1329,8 @@ export class ProfileEmployeeController extends Controller {
|
|||
.map((x) => x.next_holderId),
|
||||
});
|
||||
}),
|
||||
)
|
||||
)
|
||||
.andWhere("profileEmployee.employeeClass = :employeeClass", {employeeClass:"PERM"})
|
||||
.skip((requestBody.page - 1) * requestBody.pageSize)
|
||||
.take(requestBody.pageSize)
|
||||
.getManyAndCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue