เช็ค ระบบพัฒนา #811

This commit is contained in:
Bright 2024-11-28 17:22:28 +07:00
parent 531ebab3be
commit 7469393551
3 changed files with 4 additions and 1 deletions

View file

@ -226,6 +226,7 @@ export class DevelopmentScholarshipController extends Controller {
);
}),
)
.orderBy("developmentScholarship.scholarshipYear", "DESC")
.orderBy("developmentScholarship.createdAt", "DESC")
.skip((page - 1) * pageSize)
.take(pageSize)