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