Error pageNOS
This commit is contained in:
@@ -64,7 +64,10 @@ export class SimNosUsecases {
|
||||
}
|
||||
|
||||
public async selectPage(args: {
|
||||
|
||||
offset?: number,
|
||||
limit?: number,
|
||||
filter?: string,
|
||||
orderBy?: string
|
||||
}) {
|
||||
const res = await this.nosRepository.getLinePage(args)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user