Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-03-07 17:39:42 +07:00
commit 1d6ecd3e67

View file

@ -650,6 +650,7 @@ export class SalaryPeriodController extends Controller {
}),
)
.orderBy("profile.citizenId", "ASC")
.addOrderBy("profile.isReserve", "ASC")
.skip((body.page - 1) * body.pageSize)
.take(body.pageSize)
.getManyAndCount();