Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
cad584c74e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export class DevelopmentRequestController extends Controller {
|
|||
);
|
||||
}),
|
||||
)
|
||||
.orderBy("developmentRequest.createdAt", "ASC")
|
||||
.orderBy("developmentRequest.createdAt", "DESC")
|
||||
.skip((page - 1) * pageSize)
|
||||
.take(pageSize)
|
||||
.getManyAndCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue