This commit is contained in:
parent
e631345b11
commit
0113b9bb59
1 changed files with 2 additions and 2 deletions
|
|
@ -5779,8 +5779,8 @@ export class ProfileController extends Controller {
|
|||
)
|
||||
// .orderBy("current_holders.posMasterNo", "ASC")
|
||||
// .orderBy(`${sortBy}`, sort)
|
||||
// .skip((page - 1) * pageSize)
|
||||
// .take(pageSize)
|
||||
.skip((page - 1) * pageSize)
|
||||
.take(pageSize)
|
||||
.getManyAndCount();
|
||||
|
||||
const data = await Promise.all(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue