no message

This commit is contained in:
kittapath 2025-01-21 10:45:14 +07:00
parent 33533d5638
commit d18d28cb5b
7 changed files with 26 additions and 20 deletions

View file

@ -3191,6 +3191,7 @@ export class ProfileEmployeeController extends Controller {
.orWhere(conditionFullName, {
keyword: `%${body.keyword}%`,
})
.where("profileEmployee.isLeave = false")
.orderBy("profileEmployee.citizenId", "ASC")
.skip((body.page - 1) * body.pageSize)
.take(body.pageSize)