เช็ค ระบบพัฒนา #811
This commit is contained in:
parent
531ebab3be
commit
7469393551
3 changed files with 4 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ export class DevelopmentScholarshipController extends Controller {
|
|||
);
|
||||
}),
|
||||
)
|
||||
.orderBy("developmentScholarship.scholarshipYear", "DESC")
|
||||
.orderBy("developmentScholarship.createdAt", "DESC")
|
||||
.skip((page - 1) * pageSize)
|
||||
.take(pageSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue